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