#[repr(C)]pub struct Struct_acpi_system_info {
pub AcpiCaVersion: UINT32,
pub Flags: UINT32,
pub TimerResolution: UINT32,
pub Reserved1: UINT32,
pub Reserved2: UINT32,
pub DebugLevel: UINT32,
pub DebugLayer: UINT32,
}Fields§
§AcpiCaVersion: UINT32§Flags: UINT32§TimerResolution: UINT32§Reserved1: UINT32§Reserved2: UINT32§DebugLevel: UINT32§DebugLayer: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_system_info
impl Clone for Struct_acpi_system_info
Source§impl Default for Struct_acpi_system_info
impl Default for Struct_acpi_system_info
impl Copy for Struct_acpi_system_info
Auto Trait Implementations§
impl Freeze for Struct_acpi_system_info
impl RefUnwindSafe for Struct_acpi_system_info
impl Send for Struct_acpi_system_info
impl Sync for Struct_acpi_system_info
impl Unpin for Struct_acpi_system_info
impl UnwindSafe for Struct_acpi_system_info
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