#[repr(u8)]pub enum Swip {
SWIP_0 = 0,
SWIP_1 = 1,
}Variants§
SWIP_0 = 0
No action
SWIP_1 = 1
Initialize position counter (using upper and lower initialization registers, UINIT and LINIT)
Implementations§
Trait Implementations§
Source§impl Ord for Swip
impl Ord for Swip
Source§impl PartialOrd for Swip
impl PartialOrd for Swip
impl Copy for Swip
impl Eq for Swip
impl StructuralPartialEq for Swip
Auto Trait Implementations§
impl Freeze for Swip
impl RefUnwindSafe for Swip
impl Send for Swip
impl Sync for Swip
impl Unpin for Swip
impl UnwindSafe for Swip
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