pub struct BindDevice { /* private fields */ }Implementations§
Trait Implementations§
Source§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