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