pub struct Xsdt { /* private fields */ }Expand description
Extended System Description Table (XSDT)
This table provides 64bit addresses to the rest of the ACPI tables defined by the platform 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#extended-system-description-table-xsdt
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xsdt
impl RefUnwindSafe for Xsdt
impl Send for Xsdt
impl Sync for Xsdt
impl Unpin for Xsdt
impl UnwindSafe for Xsdt
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