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