Struct gstreamer_base_sys::GstBaseTransform[][src]

#[repr(C)]
pub struct GstBaseTransform { pub element: GstElement, pub sinkpad: *mut GstPad, pub srcpad: *mut GstPad, pub have_segment: gboolean, pub segment: GstSegment, pub queued_buf: *mut GstBuffer, pub priv_: *mut GstBaseTransformPrivate, pub _gst_reserved: [gpointer; 19], }

Fields

Trait Implementations

impl Copy for GstBaseTransform
[src]

impl Clone for GstBaseTransform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstBaseTransform
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstBaseTransform

impl !Sync for GstBaseTransform