#[repr(u8)]pub enum SsrtNop {
NORMAL_OPS = 0,
NO_OPS = 1,
}Variants§
NORMAL_OPS = 0
Normal operation
NO_OPS = 1
No operation; all other fields in this register are ignored.
Implementations§
Trait Implementations§
Source§impl Ord for SsrtNop
impl Ord for SsrtNop
Source§impl PartialOrd for SsrtNop
impl PartialOrd for SsrtNop
impl Copy for SsrtNop
impl Eq for SsrtNop
impl StructuralPartialEq for SsrtNop
Auto Trait Implementations§
impl Freeze for SsrtNop
impl RefUnwindSafe for SsrtNop
impl Send for SsrtNop
impl Sync for SsrtNop
impl Unpin for SsrtNop
impl UnwindSafe for SsrtNop
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