Struct gstreamer_sys::GstStaticPadTemplate[][src]

#[repr(C)]
pub struct GstStaticPadTemplate { pub name_template: *const c_char, pub direction: GstPadDirection, pub presence: GstPadPresence, pub static_caps: GstStaticCaps, }

Fields

Trait Implementations

impl Copy for GstStaticPadTemplate
[src]

impl Clone for GstStaticPadTemplate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstStaticPadTemplate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstStaticPadTemplate

impl !Sync for GstStaticPadTemplate