#[repr(C)]pub struct Struct_acpi_whea_header {
pub Action: UINT8,
pub Instruction: UINT8,
pub Flags: UINT8,
pub Reserved: UINT8,
pub RegisterRegion: ACPI_GENERIC_ADDRESS,
pub Value: UINT64,
pub Mask: UINT64,
}Fields§
§Action: UINT8§Instruction: UINT8§Flags: UINT8§Reserved: UINT8§RegisterRegion: ACPI_GENERIC_ADDRESS§Value: UINT64§Mask: UINT64Trait Implementations§
Source§impl Clone for Struct_acpi_whea_header
impl Clone for Struct_acpi_whea_header
Source§impl Default for Struct_acpi_whea_header
impl Default for Struct_acpi_whea_header
impl Copy for Struct_acpi_whea_header
Auto Trait Implementations§
impl Freeze for Struct_acpi_whea_header
impl RefUnwindSafe for Struct_acpi_whea_header
impl Send for Struct_acpi_whea_header
impl Sync for Struct_acpi_whea_header
impl Unpin for Struct_acpi_whea_header
impl UnwindSafe for Struct_acpi_whea_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