Struct gstreamer_sys::GstPadTemplate_ABI_abi [−][src]
#[repr(C)]pub struct GstPadTemplate_ABI_abi { pub gtype: GType, pub documentation_caps: *mut GstCaps, }
Fields
gtype: GType
documentation_caps: *mut GstCaps
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPadTemplate_ABI_abi
impl !Send for GstPadTemplate_ABI_abi
impl !Sync for GstPadTemplate_ABI_abi
impl Unpin for GstPadTemplate_ABI_abi
impl UnwindSafe for GstPadTemplate_ABI_abi
Blanket Implementations
Mutably borrows from an owned value. Read more