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