pub struct DeviceControlHandle { /* private fields */ }
Trait Implementations§
source§impl Clone for DeviceControlHandle
impl Clone for DeviceControlHandle
source§fn clone(&self) -> DeviceControlHandle
fn clone(&self) -> DeviceControlHandle
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 ControlHandle for DeviceControlHandle
impl ControlHandle for DeviceControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for DeviceControlHandle
impl Send for DeviceControlHandle
impl Sync for DeviceControlHandle
impl Unpin for DeviceControlHandle
impl !UnwindSafe for DeviceControlHandle
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