Struct gstreamer_video::video_frame::VideoFrameRef[][src]

pub struct VideoFrameRef<T>(_, _, _, _);

Methods

impl<'a> VideoFrameRef<&'a BufferRef>
[src]

Important traits for &'a [u8]

Important traits for &'a [u8]

impl<'a> VideoFrameRef<&'a mut BufferRef>
[src]

Methods from Deref<Target = VideoFrameRef<&'a BufferRef>>

Important traits for &'a [u8]

Important traits for &'a [u8]

Trait Implementations

impl<'a> Deref for VideoFrameRef<&'a mut BufferRef>
[src]

The resulting type after dereferencing.

Dereferences the value.

impl<T> Drop for VideoFrameRef<T>
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<T> !Send for VideoFrameRef<T>

impl<T> !Sync for VideoFrameRef<T>