pub enum Drvcsupselect {
    No = 0,
    Yes = 1,
}Expand description
Driver Type C Support
Value on reset: 1
Variants§
Trait Implementations§
Source§impl Clone for Drvcsupselect
 
impl Clone for Drvcsupselect
Source§fn clone(&self) -> Drvcsupselect
 
fn clone(&self) -> Drvcsupselect
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 Drvcsupselect
 
impl Debug for Drvcsupselect
Source§impl From<Drvcsupselect> for bool
 
impl From<Drvcsupselect> for bool
Source§fn from(variant: Drvcsupselect) -> Self
 
fn from(variant: Drvcsupselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Drvcsupselect
 
impl PartialEq for Drvcsupselect
impl Copy for Drvcsupselect
impl Eq for Drvcsupselect
impl StructuralPartialEq for Drvcsupselect
Auto Trait Implementations§
impl Freeze for Drvcsupselect
impl RefUnwindSafe for Drvcsupselect
impl Send for Drvcsupselect
impl Sync for Drvcsupselect
impl Unpin for Drvcsupselect
impl UnwindSafe for Drvcsupselect
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