pub struct Rsdp { /* private fields */ }Expand description
Root System Description Pointer
This is the root pointer to the ACPI hierarchy. This is what OSs are looking for in the memory when initializing ACPI. It includes a pointer to XSDT More information about this structure can be found in the ACPI specification: https://uefi.org/specs/ACPI/6.5/05_ACPI_Software_Programming_Model.html#root-system-description-pointer-rsdp
Implementations§
Trait Implementations§
Source§impl IntoBytes for Rsdp
impl IntoBytes for Rsdp
impl Copy for Rsdp
impl Immutable for Rsdp
Auto Trait Implementations§
impl Freeze for Rsdp
impl RefUnwindSafe for Rsdp
impl Send for Rsdp
impl Sync for Rsdp
impl Unpin for Rsdp
impl UnwindSafe for Rsdp
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