pub struct RegFunction { /* private fields */ }Expand description
USB gadget registered with the system.
A function instance registered in a USB gadget.
Implementations§
Trait Implementations§
Source§impl Clone for RegFunction
impl Clone for RegFunction
Source§fn clone(&self) -> RegFunction
fn clone(&self) -> RegFunction
Returns a duplicate 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 RegFunction
impl Debug for RegFunction
Source§impl Display for RegFunction
impl Display for RegFunction
Source§impl Hash for RegFunction
impl Hash for RegFunction
Source§impl Ord for RegFunction
impl Ord for RegFunction
Source§fn cmp(&self, other: &RegFunction) -> Ordering
fn cmp(&self, other: &RegFunction) -> 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 RegFunction
impl PartialEq for RegFunction
Source§impl PartialOrd for RegFunction
impl PartialOrd for RegFunction
impl Eq for RegFunction
impl StructuralPartialEq for RegFunction
Auto Trait Implementations§
impl Freeze for RegFunction
impl RefUnwindSafe for RegFunction
impl Send for RegFunction
impl Sync for RegFunction
impl Unpin for RegFunction
impl UnsafeUnpin for RegFunction
impl UnwindSafe for RegFunction
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