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
Auto Trait Implementations
impl RefUnwindSafe for GstVideoSink
impl !Send for GstVideoSink
impl !Sync for GstVideoSink
impl Unpin for GstVideoSink
impl UnwindSafe for GstVideoSink
Blanket Implementations
Mutably borrows from an owned value. Read more