Enum Sloc
pub enum Sloc {
_0 = 0,
_1 = 1,
}Expand description
Sticky Loss-of-Clock Reset
Value on reset: 0
Variants§
_0 = 0
0: Reset not caused by a loss of external clock.
_1 = 1
1: Reset caused by a loss of external clock.
Trait Implementations§
impl Copy for Sloc
impl Eq for Sloc
impl StructuralPartialEq for Sloc
Auto Trait Implementations§
impl Freeze for Sloc
impl RefUnwindSafe for Sloc
impl Send for Sloc
impl Sync for Sloc
impl Unpin for Sloc
impl UnwindSafe for Sloc
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