pub struct BoundDevice { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BoundDevice
impl Clone for BoundDevice
Source§fn clone(&self) -> BoundDevice
fn clone(&self) -> BoundDevice
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 BoundDevice
impl Debug for BoundDevice
impl Eq for BoundDevice
Source§impl PartialEq for BoundDevice
impl PartialEq for BoundDevice
impl StructuralPartialEq for BoundDevice
Auto Trait Implementations§
impl Freeze for BoundDevice
impl RefUnwindSafe for BoundDevice
impl Send for BoundDevice
impl Sync for BoundDevice
impl Unpin for BoundDevice
impl UnsafeUnpin for BoundDevice
impl UnwindSafe for BoundDevice
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