Struct gst::ffi::Struct__GstVideoEncoder[][src]

#[repr(C)]
pub struct Struct__GstVideoEncoder { pub element: GstElement, pub sinkpad: *mut GstPad, pub srcpad: *mut GstPad, pub stream_lock: GRecMutex, pub input_segment: GstSegment, pub output_segment: GstSegment, pub _priv: *mut GstVideoEncoderPrivate, pub padding: [*mut c_void; 20], }

Fields

Trait Implementations

impl Clone for Struct__GstVideoEncoder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GstVideoEncoder
[src]

impl Default for Struct__GstVideoEncoder
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Struct__GstVideoEncoder

impl !Sync for Struct__GstVideoEncoder