pub enum RCC {
NotInterrupted = 0,
Interrupted = 1,
}
Expand description
RCC
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RCC
impl Eq for RCC
impl StructuralPartialEq for RCC
Auto Trait Implementations§
impl Freeze for RCC
impl RefUnwindSafe for RCC
impl Send for RCC
impl Sync for RCC
impl Unpin for RCC
impl UnwindSafe for RCC
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