pub struct HardwareDeviceKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for HardwareDeviceKey
impl Clone for HardwareDeviceKey
Source§fn clone(&self) -> HardwareDeviceKey
fn clone(&self) -> HardwareDeviceKey
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 HardwareDeviceKey
impl Debug for HardwareDeviceKey
Source§impl<'de> Deserialize<'de> for HardwareDeviceKey
impl<'de> Deserialize<'de> for HardwareDeviceKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for HardwareDeviceKey
impl Display for HardwareDeviceKey
impl Eq for HardwareDeviceKey
Source§impl Hash for HardwareDeviceKey
impl Hash for HardwareDeviceKey
Source§impl PartialEq for HardwareDeviceKey
impl PartialEq for HardwareDeviceKey
Source§fn eq(&self, other: &HardwareDeviceKey) -> bool
fn eq(&self, other: &HardwareDeviceKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HardwareDeviceKey
impl Serialize for HardwareDeviceKey
impl StructuralPartialEq for HardwareDeviceKey
Auto Trait Implementations§
impl Freeze for HardwareDeviceKey
impl RefUnwindSafe for HardwareDeviceKey
impl Send for HardwareDeviceKey
impl Sync for HardwareDeviceKey
impl Unpin for HardwareDeviceKey
impl UnsafeUnpin for HardwareDeviceKey
impl UnwindSafe for HardwareDeviceKey
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