pub struct FrameContext { /* private fields */ }
Implementations§
Source§impl FrameContext
impl FrameContext
pub fn as_ptr(&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 for FrameContext
impl PartialEq for FrameContext
impl Copy for FrameContext
impl Eq for FrameContext
impl StructuralPartialEq for FrameContext
Auto Trait Implementations§
impl Freeze for FrameContext
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