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