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