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_chardirection: GstPadDirectionpresence: GstPadPresencestatic_caps: GstStaticCapsTrait Implementations
sourceimpl Clone for GstStaticPadTemplate
impl Clone for GstStaticPadTemplate
sourcefn clone(&self) -> GstStaticPadTemplate
fn clone(&self) -> GstStaticPadTemplate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstStaticPadTemplate
impl Debug for GstStaticPadTemplate
impl Copy for GstStaticPadTemplate
Auto Trait Implementations
impl RefUnwindSafe for GstStaticPadTemplate
impl !Send for GstStaticPadTemplate
impl !Sync for GstStaticPadTemplate
impl Unpin for GstStaticPadTemplate
impl UnwindSafe for GstStaticPadTemplate
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more