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
object: GstObjectname_template: *mut c_chardirection: GstPadDirectionpresence: GstPadPresencecaps: *mut GstCapsABI: GstPadTemplate_ABITrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPadTemplateimpl !Send for GstPadTemplateimpl !Sync for GstPadTemplateimpl Unpin for GstPadTemplateimpl UnwindSafe for GstPadTemplateBlanket Implementations
Mutably borrows from an owned value. Read more