#[repr(C)]pub struct Struct_acpi_mpst_power_node {
pub Flags: UINT8,
pub Reserved1: UINT8,
pub NodeId: UINT16,
pub Length: UINT32,
pub RangeAddress: UINT64,
pub RangeLength: UINT64,
pub NumPowerStates: UINT32,
pub NumPhysicalComponents: UINT32,
}Fields§
§Flags: UINT8§Reserved1: UINT8§NodeId: UINT16§Length: UINT32§RangeAddress: UINT64§RangeLength: UINT64§NumPowerStates: UINT32§NumPhysicalComponents: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_mpst_power_node
impl Clone for Struct_acpi_mpst_power_node
impl Copy for Struct_acpi_mpst_power_node
Auto Trait Implementations§
impl Freeze for Struct_acpi_mpst_power_node
impl RefUnwindSafe for Struct_acpi_mpst_power_node
impl Send for Struct_acpi_mpst_power_node
impl Sync for Struct_acpi_mpst_power_node
impl Unpin for Struct_acpi_mpst_power_node
impl UnwindSafe for Struct_acpi_mpst_power_node
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