#[repr(C)]pub struct Vio { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vio
impl RefUnwindSafe for Vio
impl Send for Vio
impl Sync for Vio
impl Unpin for Vio
impl UnwindSafe for Vio
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