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_chardirection: GstPadDirectionpresence: GstPadPresencestatic_caps: GstStaticCapsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstStaticPadTemplateimpl !Send for GstStaticPadTemplateimpl !Sync for GstStaticPadTemplateimpl Unpin for GstStaticPadTemplateimpl UnwindSafe for GstStaticPadTemplateBlanket Implementations
Mutably borrows from an owned value. Read more