Enum stm32_metapac::pwr::vals::Svos
#[repr(u8)]pub enum Svos {
_RESERVED_0 = 0,
SCALE5 = 1,
SCALE4 = 2,
SCALE3 = 3,
}
Variants§
_RESERVED_0 = 0
SCALE5 = 1
SVOS5 scale 5
SCALE4 = 2
SVOS4 scale 4
SCALE3 = 3
SVOS3 scale 3 (default)
Implementations§
Trait Implementations§
§impl Ord for Svos
impl Ord for Svos
§impl PartialOrd for Svos
impl PartialOrd for Svos
impl Copy for Svos
impl Eq for Svos
impl StructuralPartialEq for Svos
Auto Trait Implementations§
impl Freeze for Svos
impl RefUnwindSafe for Svos
impl Send for Svos
impl Sync for Svos
impl Unpin for Svos
impl UnwindSafe for Svos
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
)