Struct gstreamer_sys::GstPadTemplate
source · #[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_ABITrait Implementations§
source§impl Clone for GstPadTemplate
impl Clone for GstPadTemplate
source§fn clone(&self) -> GstPadTemplate
fn clone(&self) -> GstPadTemplate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more