Enum stm32_metapac::rcc::vals::Usbpre
#[repr(u8)]pub enum Usbpre {
DIV1_5 = 0,
DIV1 = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Usbpre
impl Ord for Usbpre
§impl PartialOrd for Usbpre
impl PartialOrd for Usbpre
§fn partial_cmp(&self, other: &Usbpre) -> Option<Ordering>
fn partial_cmp(&self, other: &Usbpre) -> 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 Usbpre
impl Eq for Usbpre
impl StructuralPartialEq for Usbpre
Auto Trait Implementations§
impl Freeze for Usbpre
impl RefUnwindSafe for Usbpre
impl Send for Usbpre
impl Sync for Usbpre
impl Unpin for Usbpre
impl UnwindSafe for Usbpre
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