Enum stm32_metapac::usart::vals::Wus
#[repr(u8)]pub enum Wus {
ADDRESS = 0,
_RESERVED_1 = 1,
START = 2,
RXNE = 3,
}
Variants§
ADDRESS = 0
WUF active on address match
_RESERVED_1 = 1
START = 2
WuF active on Start bit detection
RXNE = 3
WUF active on RXNE
Implementations§
Trait Implementations§
§impl Ord for Wus
impl Ord for Wus
§impl PartialOrd for Wus
impl PartialOrd for Wus
impl Copy for Wus
impl Eq for Wus
impl StructuralPartialEq for Wus
Auto Trait Implementations§
impl Freeze for Wus
impl RefUnwindSafe for Wus
impl Send for Wus
impl Sync for Wus
impl Unpin for Wus
impl UnwindSafe for Wus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)