#[repr(u8)]pub enum Concurrentrmtwkupusbresumehibdis {
ENABLE_FIX = 0,
DISABLE_FIX = 1,
}Variants§
ENABLE_FIX = 0
Device controller does not hang when remote wakeup signalling clashes with host resume during Hibernation exit
DISABLE_FIX = 1
Device controller hangs when remote wakeup signalling clashes with host resume during Hibernation exit
Implementations§
Trait Implementations§
Source§impl Clone for Concurrentrmtwkupusbresumehibdis
impl Clone for Concurrentrmtwkupusbresumehibdis
Source§fn clone(&self) -> Concurrentrmtwkupusbresumehibdis
fn clone(&self) -> Concurrentrmtwkupusbresumehibdis
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<Concurrentrmtwkupusbresumehibdis> for u8
impl From<Concurrentrmtwkupusbresumehibdis> for u8
Source§fn from(val: Concurrentrmtwkupusbresumehibdis) -> u8
fn from(val: Concurrentrmtwkupusbresumehibdis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Concurrentrmtwkupusbresumehibdis
impl From<u8> for Concurrentrmtwkupusbresumehibdis
Source§fn from(val: u8) -> Concurrentrmtwkupusbresumehibdis
fn from(val: u8) -> Concurrentrmtwkupusbresumehibdis
Converts to this type from the input type.
Source§impl Ord for Concurrentrmtwkupusbresumehibdis
impl Ord for Concurrentrmtwkupusbresumehibdis
Source§fn cmp(&self, other: &Concurrentrmtwkupusbresumehibdis) -> Ordering
fn cmp(&self, other: &Concurrentrmtwkupusbresumehibdis) -> 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 Concurrentrmtwkupusbresumehibdis
impl PartialEq for Concurrentrmtwkupusbresumehibdis
Source§fn eq(&self, other: &Concurrentrmtwkupusbresumehibdis) -> bool
fn eq(&self, other: &Concurrentrmtwkupusbresumehibdis) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Concurrentrmtwkupusbresumehibdis
impl PartialOrd for Concurrentrmtwkupusbresumehibdis
impl Copy for Concurrentrmtwkupusbresumehibdis
impl Eq for Concurrentrmtwkupusbresumehibdis
impl StructuralPartialEq for Concurrentrmtwkupusbresumehibdis
Auto Trait Implementations§
impl Freeze for Concurrentrmtwkupusbresumehibdis
impl RefUnwindSafe for Concurrentrmtwkupusbresumehibdis
impl Send for Concurrentrmtwkupusbresumehibdis
impl Sync for Concurrentrmtwkupusbresumehibdis
impl Unpin for Concurrentrmtwkupusbresumehibdis
impl UnwindSafe for Concurrentrmtwkupusbresumehibdis
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)