pub enum CC1TCDIS {
Enabled = 0,
Disabled = 1,
}
Expand description
CC1TCDIS
Value on reset: 0
Variants§
Enabled = 0
0: Type-C detector on the CCx line enabled
Disabled = 1
1: Type-C detector on the CCx line disabled
Trait Implementations§
impl Copy for CC1TCDIS
impl Eq for CC1TCDIS
impl StructuralPartialEq for CC1TCDIS
Auto Trait Implementations§
impl Freeze for CC1TCDIS
impl RefUnwindSafe for CC1TCDIS
impl Send for CC1TCDIS
impl Sync for CC1TCDIS
impl Unpin for CC1TCDIS
impl UnwindSafe for CC1TCDIS
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