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