#[repr(C)]pub struct Struct_acpi_mpst_power_data {
pub StructureId: UINT8,
pub Flags: UINT8,
pub Reserved1: UINT16,
pub AveragePower: UINT32,
pub PowerSaving: UINT32,
pub ExitLatency: UINT64,
pub Reserved2: UINT64,
}Fields§
§StructureId: UINT8§Flags: UINT8§Reserved1: UINT16§AveragePower: UINT32§PowerSaving: UINT32§ExitLatency: UINT64§Reserved2: UINT64Trait Implementations§
Source§impl Clone for Struct_acpi_mpst_power_data
impl Clone for Struct_acpi_mpst_power_data
impl Copy for Struct_acpi_mpst_power_data
Auto Trait Implementations§
impl Freeze for Struct_acpi_mpst_power_data
impl RefUnwindSafe for Struct_acpi_mpst_power_data
impl Send for Struct_acpi_mpst_power_data
impl Sync for Struct_acpi_mpst_power_data
impl Unpin for Struct_acpi_mpst_power_data
impl UnwindSafe for Struct_acpi_mpst_power_data
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