Struct gstreamer_video_sys::GstVideoSink [−][src]
#[repr(C)]pub struct GstVideoSink { pub element: GstBaseSink, pub width: c_int, pub height: c_int, pub priv_: *mut GstVideoSinkPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
element: GstBaseSink
width: c_int
height: c_int
priv_: *mut GstVideoSinkPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
impl Copy for GstVideoSink
[src]
impl Copy for GstVideoSink
impl Clone for GstVideoSink
[src]
impl Clone for GstVideoSink
fn clone(&self) -> GstVideoSink
[src]
fn clone(&self) -> GstVideoSink
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoSink
[src]
impl Debug for GstVideoSink
Auto Trait Implementations
impl !Send for GstVideoSink
impl !Send for GstVideoSink
impl !Sync for GstVideoSink
impl !Sync for GstVideoSink