#[repr(u8)]pub enum Ssc {
IDLE = 0,
LSTOP = 1,
LSTART_2 = 2,
LSTART_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
IDLE = 0
Idle or no-op.
LSTOP = 1
Local stop.
LSTART_2 = 2
Local start.
LSTART_3 = 3
Local start.
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Ssc
impl Ord for Ssc
Source§impl PartialOrd for Ssc
impl PartialOrd for Ssc
impl Copy for Ssc
impl Eq for Ssc
impl StructuralPartialEq for Ssc
Auto Trait Implementations§
impl Freeze for Ssc
impl RefUnwindSafe for Ssc
impl Send for Ssc
impl Sync for Ssc
impl Unpin for Ssc
impl UnwindSafe for Ssc
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