#[repr(u8)]pub enum Ssf {
Clr = 0,
Set = 1,
}Expand description
Shifter Status Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ssf
impl Eq for Ssf
impl IsEnum for Ssf
impl StructuralPartialEq for Ssf
Auto Trait Implementations§
impl Freeze for Ssf
impl RefUnwindSafe for Ssf
impl Send for Ssf
impl Sync for Ssf
impl Unpin for Ssf
impl UnsafeUnpin for Ssf
impl UnwindSafe for Ssf
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