#[repr(u8)]pub enum Hostignoresrmtwkupdis {
ENABLE_FIX = 0,
DISABLE_FIX = 1,
}Variants§
ENABLE_FIX = 0
Device controller goes back into SUSPENDED state when host ignores Remote Wakeup
DISABLE_FIX = 1
Device controller waits indefinitely without entering SUSPENDED state when host ignores the Remote Wakeup
Implementations§
Trait Implementations§
Source§impl Clone for Hostignoresrmtwkupdis
impl Clone for Hostignoresrmtwkupdis
Source§fn clone(&self) -> Hostignoresrmtwkupdis
fn clone(&self) -> Hostignoresrmtwkupdis
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 Debug for Hostignoresrmtwkupdis
impl Debug for Hostignoresrmtwkupdis
Source§impl From<Hostignoresrmtwkupdis> for u8
impl From<Hostignoresrmtwkupdis> for u8
Source§fn from(val: Hostignoresrmtwkupdis) -> u8
fn from(val: Hostignoresrmtwkupdis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Hostignoresrmtwkupdis
impl From<u8> for Hostignoresrmtwkupdis
Source§fn from(val: u8) -> Hostignoresrmtwkupdis
fn from(val: u8) -> Hostignoresrmtwkupdis
Converts to this type from the input type.
Source§impl Ord for Hostignoresrmtwkupdis
impl Ord for Hostignoresrmtwkupdis
Source§fn cmp(&self, other: &Hostignoresrmtwkupdis) -> Ordering
fn cmp(&self, other: &Hostignoresrmtwkupdis) -> 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 Hostignoresrmtwkupdis
impl PartialEq for Hostignoresrmtwkupdis
Source§impl PartialOrd for Hostignoresrmtwkupdis
impl PartialOrd for Hostignoresrmtwkupdis
impl Copy for Hostignoresrmtwkupdis
impl Eq for Hostignoresrmtwkupdis
impl StructuralPartialEq for Hostignoresrmtwkupdis
Auto Trait Implementations§
impl Freeze for Hostignoresrmtwkupdis
impl RefUnwindSafe for Hostignoresrmtwkupdis
impl Send for Hostignoresrmtwkupdis
impl Sync for Hostignoresrmtwkupdis
impl Unpin for Hostignoresrmtwkupdis
impl UnwindSafe for Hostignoresrmtwkupdis
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)