#[repr(C, packed(1))]pub struct RootDescriptionPointerV1 {
pub signature: [u8; 8],
pub checksum: u8,
pub oem_id: [u8; 6],
pub revision: u8,
pub root_description_table_addr: u32,
}
Expand description
Root System Description Pointer (RSDP) used in ACPI 1.0
Fields§
§signature: [u8; 8]
§checksum: u8
§oem_id: [u8; 6]
§revision: u8
§root_description_table_addr: u32
Trait Implementations§
Source§impl Clone for RootDescriptionPointerV1
impl Clone for RootDescriptionPointerV1
Source§fn clone(&self) -> RootDescriptionPointerV1
fn clone(&self) -> RootDescriptionPointerV1
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RootDescriptionPointerV1
impl Debug for RootDescriptionPointerV1
Source§impl PartialEq for RootDescriptionPointerV1
impl PartialEq for RootDescriptionPointerV1
impl Copy for RootDescriptionPointerV1
impl Eq for RootDescriptionPointerV1
impl StructuralPartialEq for RootDescriptionPointerV1
Auto Trait Implementations§
impl Freeze for RootDescriptionPointerV1
impl RefUnwindSafe for RootDescriptionPointerV1
impl Send for RootDescriptionPointerV1
impl Sync for RootDescriptionPointerV1
impl Unpin for RootDescriptionPointerV1
impl UnwindSafe for RootDescriptionPointerV1
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