pub struct DeviceAndFunctionNumber(/* private fields */);Trait Implementations§
Source§impl Clone for DeviceAndFunctionNumber
impl Clone for DeviceAndFunctionNumber
Source§fn clone(&self) -> DeviceAndFunctionNumber
fn clone(&self) -> DeviceAndFunctionNumber
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 DeviceAndFunctionNumber
impl Debug for DeviceAndFunctionNumber
Source§impl From<DeviceAndFunctionNumber> for u8
impl From<DeviceAndFunctionNumber> for u8
Source§fn from(df: DeviceAndFunctionNumber) -> Self
fn from(df: DeviceAndFunctionNumber) -> Self
Converts to this type from the input type.
Source§impl From<u8> for DeviceAndFunctionNumber
impl From<u8> for DeviceAndFunctionNumber
Source§impl Hash for DeviceAndFunctionNumber
impl Hash for DeviceAndFunctionNumber
Source§impl PartialEq for DeviceAndFunctionNumber
impl PartialEq for DeviceAndFunctionNumber
impl Copy for DeviceAndFunctionNumber
impl Eq for DeviceAndFunctionNumber
impl StructuralPartialEq for DeviceAndFunctionNumber
Auto Trait Implementations§
impl Freeze for DeviceAndFunctionNumber
impl RefUnwindSafe for DeviceAndFunctionNumber
impl Send for DeviceAndFunctionNumber
impl Sync for DeviceAndFunctionNumber
impl Unpin for DeviceAndFunctionNumber
impl UnwindSafe for DeviceAndFunctionNumber
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