pub enum DRVCSUP_A {
NO,
YES,
}
Expand description
Driver Type C Support
Value on reset: 1
Variants
NO
0: Driver Type C is Not Supported
YES
1: Driver Type C is Supported
Trait Implementations
impl Copy for DRVCSUP_A
impl StructuralPartialEq for DRVCSUP_A
Auto Trait Implementations
impl RefUnwindSafe for DRVCSUP_A
impl Send for DRVCSUP_A
impl Sync for DRVCSUP_A
impl Unpin for DRVCSUP_A
impl UnwindSafe for DRVCSUP_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more