#[repr(C)]pub struct VSCore { /* private fields */ }
Expand description
The core represents one instance of VapourSynth. Every core individually loads plugins and keeps track of memory.
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