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