Struct gstreamer_sys::GstStaticPadTemplate
source · #[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_char§direction: GstPadDirection§presence: GstPadPresence§static_caps: GstStaticCapsTrait Implementations§
source§impl Clone for GstStaticPadTemplate
impl Clone for GstStaticPadTemplate
source§fn clone(&self) -> GstStaticPadTemplate
fn clone(&self) -> GstStaticPadTemplate
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