#[repr(u8)]pub enum Usb0DevRst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Source§impl Usb0DevRst
impl Usb0DevRst
Trait Implementations§
Source§impl Clone for Usb0DevRst
impl Clone for Usb0DevRst
Source§fn clone(&self) -> Usb0DevRst
fn clone(&self) -> Usb0DevRst
Returns a duplicate 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 Usb0DevRst
impl Debug for Usb0DevRst
Source§impl From<Usb0DevRst> for u8
impl From<Usb0DevRst> for u8
Source§fn from(val: Usb0DevRst) -> u8
fn from(val: Usb0DevRst) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Usb0DevRst
impl From<u8> for Usb0DevRst
Source§fn from(val: u8) -> Usb0DevRst
fn from(val: u8) -> Usb0DevRst
Converts to this type from the input type.
Source§impl Ord for Usb0DevRst
impl Ord for Usb0DevRst
Source§fn cmp(&self, other: &Usb0DevRst) -> Ordering
fn cmp(&self, other: &Usb0DevRst) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Usb0DevRst
impl PartialEq for Usb0DevRst
Source§impl PartialOrd for Usb0DevRst
impl PartialOrd for Usb0DevRst
impl Copy for Usb0DevRst
impl Eq for Usb0DevRst
impl StructuralPartialEq for Usb0DevRst
Auto Trait Implementations§
impl Freeze for Usb0DevRst
impl RefUnwindSafe for Usb0DevRst
impl Send for Usb0DevRst
impl Sync for Usb0DevRst
impl Unpin for Usb0DevRst
impl UnwindSafe for Usb0DevRst
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