#[repr(C)]pub struct VSFunction { /* private fields */ }
Expand description
Holds a reference to a function that may be called. This type primarily exists so functions can be shared between the scripting layer and plugins in the core.
Auto Trait Implementations§
impl Freeze for VSFunction
impl RefUnwindSafe for VSFunction
impl !Send for VSFunction
impl !Sync for VSFunction
impl !Unpin for VSFunction
impl UnwindSafe for VSFunction
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