#[repr(C)]pub struct Struct_acpi_lpit_header {
pub Type: UINT32,
pub Length: UINT32,
pub UniqueId: UINT16,
pub Reserved: UINT16,
pub Flags: UINT32,
}Fields§
§Type: UINT32§Length: UINT32§UniqueId: UINT16§Reserved: UINT16§Flags: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_lpit_header
impl Clone for Struct_acpi_lpit_header
Source§impl Default for Struct_acpi_lpit_header
impl Default for Struct_acpi_lpit_header
impl Copy for Struct_acpi_lpit_header
Auto Trait Implementations§
impl Freeze for Struct_acpi_lpit_header
impl RefUnwindSafe for Struct_acpi_lpit_header
impl Send for Struct_acpi_lpit_header
impl Sync for Struct_acpi_lpit_header
impl Unpin for Struct_acpi_lpit_header
impl UnwindSafe for Struct_acpi_lpit_header
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