#[repr(u8)]pub enum Modechtimen {
ENABLED = 0,
DISABLED = 1,
}Variants§
ENABLED = 0
The Host core waits for either 200 PHY clock cycles or a linestate of SE0 at the end of resume to change the opmode from 0x2 to 0x0
DISABLED = 1
The Host core waits only for a linestate of SE0 at the end of resume to change the opmode from 0x2 to 0x0
Implementations§
Source§impl Modechtimen
impl Modechtimen
Trait Implementations§
Source§impl Clone for Modechtimen
impl Clone for Modechtimen
Source§fn clone(&self) -> Modechtimen
fn clone(&self) -> Modechtimen
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 Modechtimen
impl Debug for Modechtimen
Source§impl From<Modechtimen> for u8
impl From<Modechtimen> for u8
Source§fn from(val: Modechtimen) -> u8
fn from(val: Modechtimen) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Modechtimen
impl From<u8> for Modechtimen
Source§fn from(val: u8) -> Modechtimen
fn from(val: u8) -> Modechtimen
Converts to this type from the input type.
Source§impl Ord for Modechtimen
impl Ord for Modechtimen
Source§fn cmp(&self, other: &Modechtimen) -> Ordering
fn cmp(&self, other: &Modechtimen) -> 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 Modechtimen
impl PartialEq for Modechtimen
Source§impl PartialOrd for Modechtimen
impl PartialOrd for Modechtimen
impl Copy for Modechtimen
impl Eq for Modechtimen
impl StructuralPartialEq for Modechtimen
Auto Trait Implementations§
impl Freeze for Modechtimen
impl RefUnwindSafe for Modechtimen
impl Send for Modechtimen
impl Sync for Modechtimen
impl Unpin for Modechtimen
impl UnwindSafe for Modechtimen
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)