#[repr(C)]pub struct Struct_acpi_pmtt_header {
pub Type: UINT8,
pub Reserved1: UINT8,
pub Length: UINT16,
pub Flags: UINT16,
pub Reserved2: UINT16,
}Fields§
§Type: UINT8§Reserved1: UINT8§Length: UINT16§Flags: UINT16§Reserved2: UINT16Trait Implementations§
Source§impl Clone for Struct_acpi_pmtt_header
impl Clone for Struct_acpi_pmtt_header
Source§impl Default for Struct_acpi_pmtt_header
impl Default for Struct_acpi_pmtt_header
impl Copy for Struct_acpi_pmtt_header
Auto Trait Implementations§
impl Freeze for Struct_acpi_pmtt_header
impl RefUnwindSafe for Struct_acpi_pmtt_header
impl Send for Struct_acpi_pmtt_header
impl Sync for Struct_acpi_pmtt_header
impl Unpin for Struct_acpi_pmtt_header
impl UnwindSafe for Struct_acpi_pmtt_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