pub enum DRVASUP_A {
NO,
YES,
}
Expand description
Driver Type A Support
Value on reset: 1
Variants
NO
0: Driver Type A is Not Supported
YES
1: Driver Type A is Supported
Trait Implementations
impl Copy for DRVASUP_A
impl StructuralPartialEq for DRVASUP_A
Auto Trait Implementations
impl RefUnwindSafe for DRVASUP_A
impl Send for DRVASUP_A
impl Sync for DRVASUP_A
impl Unpin for DRVASUP_A
impl UnwindSafe for DRVASUP_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