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

Trait Implementations

impl Copy for GstVideoSink
[src]

impl Clone for GstVideoSink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoSink
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstVideoSink

impl !Sync for GstVideoSink