#[repr(u8)]pub enum Linestateselect {
Se0reset = 0,
Fsjlsk = 1,
Fsklsj = 2,
}
Expand description
USB Line State Status
Value on reset: 1
Variants§
Trait Implementations§
Source§impl Clone for Linestateselect
impl Clone for Linestateselect
Source§fn clone(&self) -> Linestateselect
fn clone(&self) -> Linestateselect
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 Linestateselect
impl Debug for Linestateselect
Source§impl From<Linestateselect> for u8
impl From<Linestateselect> for u8
Source§fn from(variant: Linestateselect) -> Self
fn from(variant: Linestateselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Linestateselect
impl PartialEq for Linestateselect
impl Copy for Linestateselect
impl Eq for Linestateselect
impl IsEnum for Linestateselect
impl StructuralPartialEq for Linestateselect
Auto Trait Implementations§
impl Freeze for Linestateselect
impl RefUnwindSafe for Linestateselect
impl Send for Linestateselect
impl Sync for Linestateselect
impl Unpin for Linestateselect
impl UnwindSafe for Linestateselect
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