pub struct Dsdt { /* private fields */ }Expand description
Differentiated System Description Table (DSDT)
Table that includes hardware definition blocks. More information about this table can be found in the ACPI specification: https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#differentiated-system-description-table-dsdt
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dsdt
impl RefUnwindSafe for Dsdt
impl Send for Dsdt
impl Sync for Dsdt
impl Unpin for Dsdt
impl UnwindSafe for Dsdt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more