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