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