Struct vapoursynth4_rs::frame::FrameContext
source · #[repr(transparent)]pub struct FrameContext { /* private fields */ }Implementations§
source§impl FrameContext
impl FrameContext
pub fn as_ptr(&self) -> *const VSFrameContext
pub fn as_mut_ptr(&mut self) -> *mut VSFrameContext
pub fn request_frame_filter(&mut self, n: i32, node: &VideoNode)
pub fn release_frame_early(&mut self, n: i32, node: &VideoNode)
pub fn cache_frame(&mut self, frame: &impl Frame, n: i32)
pub fn set_filter_error(&mut self, msg: &CStr)
Trait Implementations§
source§impl Clone for FrameContext
impl Clone for FrameContext
source§fn clone(&self) -> FrameContext
fn clone(&self) -> FrameContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FrameContext
impl Debug for FrameContext
source§impl Hash for FrameContext
impl Hash for FrameContext
source§impl PartialEq<FrameContext> for FrameContext
impl PartialEq<FrameContext> for FrameContext
source§fn eq(&self, other: &FrameContext) -> bool
fn eq(&self, other: &FrameContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FrameContext
impl Eq for FrameContext
impl StructuralEq for FrameContext
impl StructuralPartialEq for FrameContext
Auto Trait Implementations§
impl RefUnwindSafe for FrameContext
impl !Send for FrameContext
impl !Sync for FrameContext
impl Unpin for FrameContext
impl UnwindSafe for FrameContext
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