#[repr(u8)]pub enum Eptyp {
CONTROL = 0,
ISOCHRONOUS = 1,
BULK = 2,
INTERRUPT = 3,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Eptyp
impl Ord for Eptyp
Source§impl PartialOrd for Eptyp
impl PartialOrd for Eptyp
impl Copy for Eptyp
impl Eq for Eptyp
impl StructuralPartialEq for Eptyp
Auto Trait Implementations§
impl Freeze for Eptyp
impl RefUnwindSafe for Eptyp
impl Send for Eptyp
impl Sync for Eptyp
impl Unpin for Eptyp
impl UnwindSafe for Eptyp
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
)