Struct gstreamer_sys::GstPadTemplate[][src]

#[repr(C)]
pub struct GstPadTemplate { pub object: GstObject, pub name_template: *mut c_char, pub direction: GstPadDirection, pub presence: GstPadPresence, pub caps: *mut GstCaps, pub ABI: GstPadTemplate_ABI, }

Fields

Trait Implementations

impl Copy for GstPadTemplate
[src]

impl Clone for GstPadTemplate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstPadTemplate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstPadTemplate

impl !Sync for GstPadTemplate