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