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: GstBaseSinkwidth: c_intheight: c_intpriv_: *mut GstVideoSinkPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstVideoSinkimpl !Send for GstVideoSinkimpl !Sync for GstVideoSinkimpl Unpin for GstVideoSinkimpl UnwindSafe for GstVideoSinkBlanket Implementations
Mutably borrows from an owned value. Read more