pub struct DebugDevice { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DebugDevice
impl Clone for DebugDevice
Source§impl Debug for DebugDevice
impl Debug for DebugDevice
Auto Trait Implementations§
impl Freeze for DebugDevice
impl RefUnwindSafe for DebugDevice
impl !Send for DebugDevice
impl !Sync for DebugDevice
impl Unpin for DebugDevice
impl UnwindSafe for DebugDevice
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