pub struct VSFrameContext { /* private fields */ }Expand description
Opaque type representing the current frame request in a filter.
Auto Trait Implementations§
impl Freeze for VSFrameContext
impl RefUnwindSafe for VSFrameContext
impl !Send for VSFrameContext
impl !Sync for VSFrameContext
impl !Unpin for VSFrameContext
impl UnsafeUnpin for VSFrameContext
impl UnwindSafe for VSFrameContext
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