pub struct ControllerDeviceSubclass(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ControllerDeviceSubclass
impl Clone for ControllerDeviceSubclass
Source§fn clone(&self) -> ControllerDeviceSubclass
fn clone(&self) -> ControllerDeviceSubclass
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 ControllerDeviceSubclass
impl Debug for ControllerDeviceSubclass
Source§impl Hash for ControllerDeviceSubclass
impl Hash for ControllerDeviceSubclass
Source§impl PartialEq for ControllerDeviceSubclass
impl PartialEq for ControllerDeviceSubclass
Source§fn eq(&self, other: &ControllerDeviceSubclass) -> bool
fn eq(&self, other: &ControllerDeviceSubclass) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ControllerDeviceSubclass
impl Eq for ControllerDeviceSubclass
impl StructuralPartialEq for ControllerDeviceSubclass
Auto Trait Implementations§
impl Freeze for ControllerDeviceSubclass
impl RefUnwindSafe for ControllerDeviceSubclass
impl Send for ControllerDeviceSubclass
impl Sync for ControllerDeviceSubclass
impl Unpin for ControllerDeviceSubclass
impl UnsafeUnpin for ControllerDeviceSubclass
impl UnwindSafe for ControllerDeviceSubclass
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