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