Struct gstreamer_base_sys::GstPushSrcClass[][src]

#[repr(C)]
pub struct GstPushSrcClass { pub parent_class: GstBaseSrcClass, pub create: Option<unsafe extern "C" fn(_: *mut GstPushSrc, _: *mut GstBuffer) -> GstFlowReturn>, pub alloc: Option<unsafe extern "C" fn(_: *mut GstPushSrc, _: *mut GstBuffer) -> GstFlowReturn>, pub fill: Option<unsafe extern "C" fn(_: *mut GstPushSrc, _: *mut GstBuffer) -> GstFlowReturn>, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstPushSrcClass
[src]

impl Clone for GstPushSrcClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPushSrcClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstPushSrcClass

impl !Sync for GstPushSrcClass