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