#[repr(C)]pub struct SQVM;
Auto Trait Implementations§
impl Freeze for SQVM
impl RefUnwindSafe for SQVM
impl Send for SQVM
impl Sync for SQVM
impl Unpin for SQVM
impl UnwindSafe for SQVM
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