#[repr(u8)]pub enum EP_TYPE {
Bulk = 0,
Control = 1,
Iso = 2,
Interrupt = 3,
}
Expand description
Endpoint type
Value on reset: 0
Variants§
Bulk = 0
0: Bulk endpoint
Control = 1
1: Control endpoint
Iso = 2
2: Iso endpoint
Interrupt = 3
3: Interrupt endpoint
Trait Implementations§
impl Copy for EP_TYPE
impl Eq for EP_TYPE
impl IsEnum for EP_TYPE
impl StructuralPartialEq for EP_TYPE
Auto Trait Implementations§
impl Freeze for EP_TYPE
impl RefUnwindSafe for EP_TYPE
impl Send for EP_TYPE
impl Sync for EP_TYPE
impl Unpin for EP_TYPE
impl UnwindSafe for EP_TYPE
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