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
name_template: *const c_char
direction: GstPadDirection
presence: GstPadPresence
static_caps: GstStaticCaps
Trait Implementations
impl Copy for GstStaticPadTemplate
[src]
impl Copy for GstStaticPadTemplate
impl Clone for GstStaticPadTemplate
[src]
impl Clone for GstStaticPadTemplate
fn clone(&self) -> GstStaticPadTemplate
[src]
fn clone(&self) -> GstStaticPadTemplate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstStaticPadTemplate
[src]
impl Debug for GstStaticPadTemplate
Auto Trait Implementations
impl !Send for GstStaticPadTemplate
impl !Send for GstStaticPadTemplate
impl !Sync for GstStaticPadTemplate
impl !Sync for GstStaticPadTemplate