Struct gst::ffi::Struct__GstBaseTransform[][src]

#[repr(C)]
pub struct Struct__GstBaseTransform { pub element: GstElement, pub sinkpad: *mut GstPad, pub srcpad: *mut GstPad, pub have_segment: gboolean, pub segment: GstSegment, pub _priv: *mut GstBaseTransformPrivate, pub _gst_reserved: [gpointer; 20], }

Fields

Trait Implementations

impl Clone for Struct__GstBaseTransform
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Struct__GstBaseTransform
[src]

impl Default for Struct__GstBaseTransform
[src]

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

Auto Trait Implementations

impl !Send for Struct__GstBaseTransform

impl !Sync for Struct__GstBaseTransform