Enum stm32_metapac::pwr::vals::Vos
#[repr(u8)]pub enum Vos {
_RESERVED_0 = 0,
SCALE3 = 1,
SCALE2 = 2,
SCALE1 = 3,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Vos
impl Ord for Vos
§impl PartialOrd for Vos
impl PartialOrd for Vos
§fn partial_cmp(&self, other: &Vos) -> Option<Ordering>
fn partial_cmp(&self, other: &Vos) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Vos
impl Eq for Vos
impl StructuralEq for Vos
impl StructuralPartialEq for Vos
Auto Trait Implementations§
impl RefUnwindSafe for Vos
impl Send for Vos
impl Sync for Vos
impl Unpin for Vos
impl UnwindSafe for Vos
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