Struct GstStatic PadTemplate
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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstStaticPadTemplate
Auto Trait Implementations§
impl !Send for GstStaticPadTemplate
impl !Sync for GstStaticPadTemplate
impl Freeze for GstStaticPadTemplate
impl RefUnwindSafe for GstStaticPadTemplate
impl Unpin for GstStaticPadTemplate
impl UnsafeUnpin 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