#[repr(C)]pub struct Struct_acpi_table_boot {
pub Header: ACPI_TABLE_HEADER,
pub CmosIndex: UINT8,
pub Reserved: [UINT8; 3],
}Fields§
§Header: ACPI_TABLE_HEADER§CmosIndex: UINT8§Reserved: [UINT8; 3]Trait Implementations§
Source§impl Clone for Struct_acpi_table_boot
impl Clone for Struct_acpi_table_boot
Source§impl Default for Struct_acpi_table_boot
impl Default for Struct_acpi_table_boot
impl Copy for Struct_acpi_table_boot
Auto Trait Implementations§
impl Freeze for Struct_acpi_table_boot
impl RefUnwindSafe for Struct_acpi_table_boot
impl Send for Struct_acpi_table_boot
impl Sync for Struct_acpi_table_boot
impl Unpin for Struct_acpi_table_boot
impl UnwindSafe for Struct_acpi_table_boot
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