Struct Tps
#[repr(transparent)]pub struct Tps(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Tps
impl Tps
pub const STOPPED: Self
pub const STOPPED: Self
Stopped, Reset or Stop Transmit command issued
pub const RUNNINGFETCHING: Self
pub const RUNNINGFETCHING: Self
Running, fetching transmit transfer descriptor
pub const RUNNINGWAITING: Self
pub const RUNNINGWAITING: Self
Running, waiting for status
pub const RUNNINGREADING: Self
pub const RUNNINGREADING: Self
Running, reading data from host memory buffer
pub const SUSPENDED: Self
pub const SUSPENDED: Self
Suspended, transmit descriptor unavailable or transmit buffer underflow
pub const RUNNING: Self
pub const RUNNING: Self
Running, closing transmit descriptor
Trait Implementations§
§impl Ord for Tps
impl Ord for Tps
§impl PartialOrd for Tps
impl PartialOrd for Tps
impl Copy for Tps
impl Eq for Tps
impl StructuralPartialEq for Tps
Auto Trait Implementations§
impl Freeze for Tps
impl RefUnwindSafe for Tps
impl Send for Tps
impl Sync for Tps
impl Unpin for Tps
impl UnwindSafe for Tps
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