pub enum EpDirection {
TX,
RX,
RXTX,
}Variants§
Trait Implementations§
Source§impl Clone for EpDirection
impl Clone for EpDirection
Source§fn clone(&self) -> EpDirection
fn clone(&self) -> EpDirection
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EpDirection
impl Debug for EpDirection
Source§impl PartialEq for EpDirection
impl PartialEq for EpDirection
Source§fn eq(&self, other: &EpDirection) -> bool
fn eq(&self, other: &EpDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EpDirection
impl StructuralPartialEq for EpDirection
Auto Trait Implementations§
impl Freeze for EpDirection
impl RefUnwindSafe for EpDirection
impl Send for EpDirection
impl Sync for EpDirection
impl Unpin for EpDirection
impl UnsafeUnpin for EpDirection
impl UnwindSafe for EpDirection
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