#[repr(u8)]pub enum Smasksw {
HW = 0,
SW = 1,
}Variants§
HW = 0
SFR MASK output directly controlled by HW mask generator
SW = 1
SFR MASK output directly controlled by SW
Implementations§
Trait Implementations§
Source§impl Ord for Smasksw
impl Ord for Smasksw
Source§impl PartialOrd for Smasksw
impl PartialOrd for Smasksw
impl Copy for Smasksw
impl Eq for Smasksw
impl StructuralPartialEq for Smasksw
Auto Trait Implementations§
impl Freeze for Smasksw
impl RefUnwindSafe for Smasksw
impl Send for Smasksw
impl Sync for Smasksw
impl Unpin for Smasksw
impl UnwindSafe for Smasksw
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