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