#[repr(u8)]pub enum SscMode {
PRBS = 0,
UPDN = 1,
DISABLED = 2,
NC = 3,
}Variants§
PRBS = 0
PRBS mode
UPDN = 1
Up-Down Counter mode
DISABLED = 2
Disables SSC function
NC = 3
Do not use
Implementations§
Trait Implementations§
Source§impl Ord for SscMode
impl Ord for SscMode
Source§impl PartialOrd for SscMode
impl PartialOrd for SscMode
impl Copy for SscMode
impl Eq for SscMode
impl StructuralPartialEq for SscMode
Auto Trait Implementations§
impl Freeze for SscMode
impl RefUnwindSafe for SscMode
impl Send for SscMode
impl Sync for SscMode
impl Unpin for SscMode
impl UnwindSafe for SscMode
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