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: GstObject
name_template: *mut c_char
direction: GstPadDirection
presence: GstPadPresence
caps: *mut GstCaps
ABI: GstPadTemplate_ABI
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPadTemplate
impl !Send for GstPadTemplate
impl !Sync for GstPadTemplate
impl Unpin for GstPadTemplate
impl UnwindSafe for GstPadTemplate
Blanket Implementations
Mutably borrows from an owned value. Read more