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