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