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