Struct Pktstsh
#[repr(transparent)]pub struct Pktstsh(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pktstsh
impl Pktstsh
pub const IN_DATA_RX: Self
pub const IN_DATA_RX: Self
IN data packet received
pub const IN_DATA_DONE: Self
pub const IN_DATA_DONE: Self
IN transfer completed (triggers an interrupt)
pub const DATA_TOGGLE_ERR: Self
pub const DATA_TOGGLE_ERR: Self
Data toggle error (triggers an interrupt)
pub const CHANNEL_HALTED: Self
pub const CHANNEL_HALTED: Self
Channel halted (triggers an interrupt)
Trait Implementations§
§impl Ord for Pktstsh
impl Ord for Pktstsh
§impl PartialOrd for Pktstsh
impl PartialOrd for Pktstsh
impl Copy for Pktstsh
impl Eq for Pktstsh
impl StructuralPartialEq for Pktstsh
Auto Trait Implementations§
impl Freeze for Pktstsh
impl RefUnwindSafe for Pktstsh
impl Send for Pktstsh
impl Sync for Pktstsh
impl Unpin for Pktstsh
impl UnwindSafe for Pktstsh
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