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: GstStaticCaps
Trait 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 moresource§impl Debug for GstStaticPadTemplate
impl Debug for GstStaticPadTemplate
impl Copy for GstStaticPadTemplate
Auto Trait Implementations§
impl Freeze for GstStaticPadTemplate
impl RefUnwindSafe for GstStaticPadTemplate
impl !Send for GstStaticPadTemplate
impl !Sync for GstStaticPadTemplate
impl Unpin for GstStaticPadTemplate
impl UnwindSafe for GstStaticPadTemplate
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)