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