#[repr(C)]pub struct VSScript { /* private fields */ }
Expand description
A script environment. All evaluation and communication with evaluated scripts happens
through a VSScript
object.
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