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