pub enum Drvdsupselect {
    No = 0,
    Yes = 1,
}Expand description
Driver Type D Support
Value on reset: 1
Variants§
Trait Implementations§
Source§impl Clone for Drvdsupselect
 
impl Clone for Drvdsupselect
Source§fn clone(&self) -> Drvdsupselect
 
fn clone(&self) -> Drvdsupselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for Drvdsupselect
 
impl Debug for Drvdsupselect
Source§impl From<Drvdsupselect> for bool
 
impl From<Drvdsupselect> for bool
Source§fn from(variant: Drvdsupselect) -> Self
 
fn from(variant: Drvdsupselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Drvdsupselect
 
impl PartialEq for Drvdsupselect
impl Copy for Drvdsupselect
impl Eq for Drvdsupselect
impl StructuralPartialEq for Drvdsupselect
Auto Trait Implementations§
impl Freeze for Drvdsupselect
impl RefUnwindSafe for Drvdsupselect
impl Send for Drvdsupselect
impl Sync for Drvdsupselect
impl Unpin for Drvdsupselect
impl UnwindSafe for Drvdsupselect
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