Struct gstreamer_video::video_frame::VideoFrameRef [−][src]
pub struct VideoFrameRef<T> { /* fields omitted */ }
Implementations
pub fn copy_plane(
&self,
dest: &mut VideoFrameRef<&mut BufferRef>,
plane: u32
) -> Result<(), BoolError>
[src]Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for VideoFrameRef<T> where
T: RefUnwindSafe,
impl<T> Unpin for VideoFrameRef<T> where
T: Unpin,
impl<T> UnwindSafe for VideoFrameRef<T> where
T: UnwindSafe,