#[repr(C)]pub struct Struct_acpi_table_header {
pub Signature: [i8; 4],
pub Length: UINT32,
pub Revision: UINT8,
pub Checksum: UINT8,
pub OemId: [i8; 6],
pub OemTableId: [i8; 8],
pub OemRevision: UINT32,
pub AslCompilerId: [i8; 4],
pub AslCompilerRevision: UINT32,
}Fields§
§Signature: [i8; 4]§Length: UINT32§Revision: UINT8§Checksum: UINT8§OemId: [i8; 6]§OemTableId: [i8; 8]§OemRevision: UINT32§AslCompilerId: [i8; 4]§AslCompilerRevision: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_table_header
impl Clone for Struct_acpi_table_header
Source§impl Default for Struct_acpi_table_header
impl Default for Struct_acpi_table_header
impl Copy for Struct_acpi_table_header
Auto Trait Implementations§
impl Freeze for Struct_acpi_table_header
impl RefUnwindSafe for Struct_acpi_table_header
impl Send for Struct_acpi_table_header
impl Sync for Struct_acpi_table_header
impl Unpin for Struct_acpi_table_header
impl UnwindSafe for Struct_acpi_table_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