#[repr(u8)]pub enum Smaskstep {
REGBANK = 0,
REGBANK_AND_PLUS = 1,
}Variants§
REGBANK = 0
SFRSEED increments every regbank access
REGBANK_AND_PLUS = 1
SFRSEED increments every regbank access PLUS when SFRSEED in read
Implementations§
Trait Implementations§
Source§impl Ord for Smaskstep
impl Ord for Smaskstep
Source§impl PartialOrd for Smaskstep
impl PartialOrd for Smaskstep
impl Copy for Smaskstep
impl Eq for Smaskstep
impl StructuralPartialEq for Smaskstep
Auto Trait Implementations§
impl Freeze for Smaskstep
impl RefUnwindSafe for Smaskstep
impl Send for Smaskstep
impl Sync for Smaskstep
impl Unpin for Smaskstep
impl UnwindSafe for Smaskstep
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