#[repr(C)]pub struct Struct_acpi_mpst_shared {
pub Signature: UINT32,
pub PccCommand: UINT16,
pub PccStatus: UINT16,
pub CommandRegister: UINT32,
pub StatusRegister: UINT32,
pub PowerStateId: UINT32,
pub PowerNodeId: UINT32,
pub EnergyConsumed: UINT64,
pub AveragePower: UINT64,
}Fields§
§Signature: UINT32§PccCommand: UINT16§PccStatus: UINT16§CommandRegister: UINT32§StatusRegister: UINT32§PowerStateId: UINT32§PowerNodeId: UINT32§EnergyConsumed: UINT64§AveragePower: UINT64Trait Implementations§
Auto Trait Implementations§
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