#[repr(u8)]pub enum Usb0FsDcdRst {
RELEASED = 0,
ASSERTED = 1,
}Variants§
Implementations§
Source§impl Usb0FsDcdRst
impl Usb0FsDcdRst
Trait Implementations§
Source§impl Clone for Usb0FsDcdRst
impl Clone for Usb0FsDcdRst
Source§fn clone(&self) -> Usb0FsDcdRst
fn clone(&self) -> Usb0FsDcdRst
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 Usb0FsDcdRst
impl Debug for Usb0FsDcdRst
Source§impl From<Usb0FsDcdRst> for u8
impl From<Usb0FsDcdRst> for u8
Source§fn from(val: Usb0FsDcdRst) -> u8
fn from(val: Usb0FsDcdRst) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Usb0FsDcdRst
impl From<u8> for Usb0FsDcdRst
Source§fn from(val: u8) -> Usb0FsDcdRst
fn from(val: u8) -> Usb0FsDcdRst
Converts to this type from the input type.
Source§impl Ord for Usb0FsDcdRst
impl Ord for Usb0FsDcdRst
Source§fn cmp(&self, other: &Usb0FsDcdRst) -> Ordering
fn cmp(&self, other: &Usb0FsDcdRst) -> 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 Usb0FsDcdRst
impl PartialEq for Usb0FsDcdRst
Source§impl PartialOrd for Usb0FsDcdRst
impl PartialOrd for Usb0FsDcdRst
impl Copy for Usb0FsDcdRst
impl Eq for Usb0FsDcdRst
impl StructuralPartialEq for Usb0FsDcdRst
Auto Trait Implementations§
impl Freeze for Usb0FsDcdRst
impl RefUnwindSafe for Usb0FsDcdRst
impl Send for Usb0FsDcdRst
impl Sync for Usb0FsDcdRst
impl Unpin for Usb0FsDcdRst
impl UnwindSafe for Usb0FsDcdRst
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