#[repr(u8)]pub enum RcsrSr {
NO_EFFECT = 0,
SW_RESET = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for RcsrSr
impl Ord for RcsrSr
Source§impl PartialOrd for RcsrSr
impl PartialOrd for RcsrSr
impl Copy for RcsrSr
impl Eq for RcsrSr
impl StructuralPartialEq for RcsrSr
Auto Trait Implementations§
impl Freeze for RcsrSr
impl RefUnwindSafe for RcsrSr
impl Send for RcsrSr
impl Sync for RcsrSr
impl Unpin for RcsrSr
impl UnwindSafe for RcsrSr
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