Enum Wusel3
#[repr(u8)]pub enum Wusel3 {
Pe6 = 0,
Pa1 = 1,
Pb6 = 2,
Reserved = 3,
}Variants§
Pe6 = 0
WKUP3 sourced from PE6
Pa1 = 1
WKUP3 sourced from PA1
Pb6 = 2
WKUP3 sourced from PB6
Reserved = 3
Reserved
Implementations§
Trait Implementations§
§impl Ord for Wusel3
impl Ord for Wusel3
§impl PartialOrd for Wusel3
impl PartialOrd for Wusel3
impl Copy for Wusel3
impl Eq for Wusel3
impl StructuralPartialEq for Wusel3
Auto Trait Implementations§
impl Freeze for Wusel3
impl RefUnwindSafe for Wusel3
impl Send for Wusel3
impl Sync for Wusel3
impl Unpin for Wusel3
impl UnwindSafe for Wusel3
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