pub struct UsbPcapFunction(pub u16);
Expand description
Represents a USB PCAP function for the requested operation.
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
Source§impl Clone for UsbPcapFunction
impl Clone for UsbPcapFunction
Source§fn clone(&self) -> UsbPcapFunction
fn clone(&self) -> UsbPcapFunction
Returns a copy of the value. Read more
1.0.0 · 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 UsbPcapFunction
impl Debug for UsbPcapFunction
Source§impl Hash for UsbPcapFunction
impl Hash for UsbPcapFunction
Source§impl Ord for UsbPcapFunction
impl Ord for UsbPcapFunction
Source§fn cmp(&self, other: &UsbPcapFunction) -> Ordering
fn cmp(&self, other: &UsbPcapFunction) -> 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 UsbPcapFunction
impl PartialEq for UsbPcapFunction
Source§impl PartialOrd for UsbPcapFunction
impl PartialOrd for UsbPcapFunction
Source§impl PrimitiveValues for UsbPcapFunction
impl PrimitiveValues for UsbPcapFunction
impl Copy for UsbPcapFunction
impl Eq for UsbPcapFunction
impl StructuralPartialEq for UsbPcapFunction
Auto Trait Implementations§
impl Freeze for UsbPcapFunction
impl RefUnwindSafe for UsbPcapFunction
impl Send for UsbPcapFunction
impl Sync for UsbPcapFunction
impl Unpin for UsbPcapFunction
impl UnwindSafe for UsbPcapFunction
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