#[repr(u64)]pub enum ProcessorPowerControl {
ProcessorPowerControlCpuDriver = 0,
ProcessorPowerControlArmPsci = 1,
ProcessorPowerControlArmWfi = 2,
ProcessorPowerControlRiscvSbi = 3,
ProcessorPowerControlRiscvWfi = 4,
}Variants§
ProcessorPowerControlCpuDriver = 0
ProcessorPowerControlArmPsci = 1
ProcessorPowerControlArmWfi = 2
ProcessorPowerControlRiscvSbi = 3
ProcessorPowerControlRiscvWfi = 4
Implementations§
Trait Implementations§
Source§impl Clone for ProcessorPowerControl
impl Clone for ProcessorPowerControl
Source§fn clone(&self) -> ProcessorPowerControl
fn clone(&self) -> ProcessorPowerControl
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 ProcessorPowerControl
impl Debug for ProcessorPowerControl
Source§impl PartialEq for ProcessorPowerControl
impl PartialEq for ProcessorPowerControl
impl Copy for ProcessorPowerControl
impl Eq for ProcessorPowerControl
impl IntoBytes for ProcessorPowerControl
impl StructuralPartialEq for ProcessorPowerControl
Auto Trait Implementations§
impl Freeze for ProcessorPowerControl
impl RefUnwindSafe for ProcessorPowerControl
impl Send for ProcessorPowerControl
impl Sync for ProcessorPowerControl
impl Unpin for ProcessorPowerControl
impl UnwindSafe for ProcessorPowerControl
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