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