Enum stm32_metapac::pwr::vals::Actvos
#[repr(u8)]pub enum Actvos {
RANGE4 = 0,
RANGE3 = 1,
RANGE2 = 2,
RANGE1 = 3,
}
Variants§
RANGE4 = 0
Range 4 (lowest power)
RANGE3 = 1
Range 3
RANGE2 = 2
Range 2
RANGE1 = 3
Range 1 (highest frequency)
Implementations§
Trait Implementations§
§impl Ord for Actvos
impl Ord for Actvos
§impl PartialOrd for Actvos
impl PartialOrd for Actvos
impl Copy for Actvos
impl Eq for Actvos
impl StructuralPartialEq for Actvos
Auto Trait Implementations§
impl Freeze for Actvos
impl RefUnwindSafe for Actvos
impl Send for Actvos
impl Sync for Actvos
impl Unpin for Actvos
impl UnwindSafe for Actvos
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)