#[repr(C, packed(1))]pub struct RootDescriptionPointerV2 {
pub v1: RootDescriptionPointerV1,
pub length: u32,
pub extended_description_table_addr: u64,
pub extended_checksum: u8,
/* private fields */
}
Expand description
Extended RDSP defined by ACPI 2.0
Fields§
§v1: RootDescriptionPointerV1
§length: u32
§extended_description_table_addr: u64
§extended_checksum: u8
Trait Implementations§
Source§impl Clone for RootDescriptionPointerV2
impl Clone for RootDescriptionPointerV2
Source§fn clone(&self) -> RootDescriptionPointerV2
fn clone(&self) -> RootDescriptionPointerV2
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 RootDescriptionPointerV2
impl Debug for RootDescriptionPointerV2
Source§impl PartialEq for RootDescriptionPointerV2
impl PartialEq for RootDescriptionPointerV2
impl Copy for RootDescriptionPointerV2
impl Eq for RootDescriptionPointerV2
impl StructuralPartialEq for RootDescriptionPointerV2
Auto Trait Implementations§
impl Freeze for RootDescriptionPointerV2
impl RefUnwindSafe for RootDescriptionPointerV2
impl Send for RootDescriptionPointerV2
impl Sync for RootDescriptionPointerV2
impl Unpin for RootDescriptionPointerV2
impl UnwindSafe for RootDescriptionPointerV2
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