Enum Sircsten
pub enum Sircsten {
_0 = 0,
_1 = 1,
}Expand description
Slow IRC Stop Enable
Value on reset: 0
Variants§
_0 = 0
0: Slow IRC is disabled in supported Stop modes
_1 = 1
1: Slow IRC is enabled in supported Stop modes
Trait Implementations§
impl Copy for Sircsten
impl Eq for Sircsten
impl StructuralPartialEq for Sircsten
Auto Trait Implementations§
impl Freeze for Sircsten
impl RefUnwindSafe for Sircsten
impl Send for Sircsten
impl Sync for Sircsten
impl Unpin for Sircsten
impl UnwindSafe for Sircsten
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