#[repr(transparent)]pub struct EpControlEndpointType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Source§impl Clone for EpControlEndpointType
impl Clone for EpControlEndpointType
Source§fn clone(&self) -> EpControlEndpointType
fn clone(&self) -> EpControlEndpointType
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Ord for EpControlEndpointType
impl Ord for EpControlEndpointType
Source§fn cmp(&self, other: &EpControlEndpointType) -> Ordering
fn cmp(&self, other: &EpControlEndpointType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EpControlEndpointType
impl PartialEq for EpControlEndpointType
Source§impl PartialOrd for EpControlEndpointType
impl PartialOrd for EpControlEndpointType
impl Copy for EpControlEndpointType
impl Eq for EpControlEndpointType
impl StructuralPartialEq for EpControlEndpointType
Auto Trait Implementations§
impl Freeze for EpControlEndpointType
impl RefUnwindSafe for EpControlEndpointType
impl Send for EpControlEndpointType
impl Sync for EpControlEndpointType
impl Unpin for EpControlEndpointType
impl UnwindSafe for EpControlEndpointType
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