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