#[repr(u8)]pub enum Concurrentrmtwkupusbresumedis {
ENABLE_FIX = 0,
DISABLE_FIX = 1,
}Variants§
ENABLE_FIX = 0
Device controller does not start remote wakeup signalling when host resume has already started
DISABLE_FIX = 1
Device controller is allowed to start remote wakeup signalling when host resume has already started
Implementations§
Trait Implementations§
Source§impl Clone for Concurrentrmtwkupusbresumedis
impl Clone for Concurrentrmtwkupusbresumedis
Source§fn clone(&self) -> Concurrentrmtwkupusbresumedis
fn clone(&self) -> Concurrentrmtwkupusbresumedis
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 From<Concurrentrmtwkupusbresumedis> for u8
impl From<Concurrentrmtwkupusbresumedis> for u8
Source§fn from(val: Concurrentrmtwkupusbresumedis) -> u8
fn from(val: Concurrentrmtwkupusbresumedis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Concurrentrmtwkupusbresumedis
impl From<u8> for Concurrentrmtwkupusbresumedis
Source§fn from(val: u8) -> Concurrentrmtwkupusbresumedis
fn from(val: u8) -> Concurrentrmtwkupusbresumedis
Converts to this type from the input type.
Source§impl Ord for Concurrentrmtwkupusbresumedis
impl Ord for Concurrentrmtwkupusbresumedis
Source§fn cmp(&self, other: &Concurrentrmtwkupusbresumedis) -> Ordering
fn cmp(&self, other: &Concurrentrmtwkupusbresumedis) -> 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 Concurrentrmtwkupusbresumedis
impl PartialEq for Concurrentrmtwkupusbresumedis
Source§fn eq(&self, other: &Concurrentrmtwkupusbresumedis) -> bool
fn eq(&self, other: &Concurrentrmtwkupusbresumedis) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Concurrentrmtwkupusbresumedis
impl PartialOrd for Concurrentrmtwkupusbresumedis
impl Copy for Concurrentrmtwkupusbresumedis
impl Eq for Concurrentrmtwkupusbresumedis
impl StructuralPartialEq for Concurrentrmtwkupusbresumedis
Auto Trait Implementations§
impl Freeze for Concurrentrmtwkupusbresumedis
impl RefUnwindSafe for Concurrentrmtwkupusbresumedis
impl Send for Concurrentrmtwkupusbresumedis
impl Sync for Concurrentrmtwkupusbresumedis
impl Unpin for Concurrentrmtwkupusbresumedis
impl UnwindSafe for Concurrentrmtwkupusbresumedis
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)