#[repr(C)]pub struct ProcessorPowerState {
pub domain_id: u32,
pub option: u32,
pub control_interface: ProcessorPowerControl,
pub control_argument: u64,
}Fields§
§domain_id: u32§option: u32§control_interface: ProcessorPowerControl§control_argument: u64Trait Implementations§
Source§impl Clone for ProcessorPowerState
impl Clone for ProcessorPowerState
Source§fn clone(&self) -> ProcessorPowerState
fn clone(&self) -> ProcessorPowerState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProcessorPowerState
impl Debug for ProcessorPowerState
Source§impl PartialEq for ProcessorPowerState
impl PartialEq for ProcessorPowerState
impl Copy for ProcessorPowerState
impl Eq for ProcessorPowerState
impl IntoBytes for ProcessorPowerState
impl StructuralPartialEq for ProcessorPowerState
Auto Trait Implementations§
impl Freeze for ProcessorPowerState
impl RefUnwindSafe for ProcessorPowerState
impl Send for ProcessorPowerState
impl Sync for ProcessorPowerState
impl Unpin for ProcessorPowerState
impl UnwindSafe for ProcessorPowerState
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