Struct GstPad Template_ ABI_ abi 
Source #[repr(C)]pub struct GstPadTemplate_ABI_abi {
    pub gtype: GType,
    pub documentation_caps: *mut GstCaps,
}Fields§
§gtype: GType§documentation_caps: *mut GstCapsTrait Implementations§
Source§impl Clone for GstPadTemplate_ABI_abi
 
impl Clone for GstPadTemplate_ABI_abi
Source§fn clone(&self) -> GstPadTemplate_ABI_abi
 
fn clone(&self) -> GstPadTemplate_ABI_abi
Returns a duplicate 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 GstPadTemplate_ABI_abi
 
impl Debug for GstPadTemplate_ABI_abi
impl Copy for GstPadTemplate_ABI_abi
Auto Trait Implementations§
impl Freeze for GstPadTemplate_ABI_abi
impl RefUnwindSafe for GstPadTemplate_ABI_abi
impl !Send for GstPadTemplate_ABI_abi
impl !Sync for GstPadTemplate_ABI_abi
impl Unpin for GstPadTemplate_ABI_abi
impl UnwindSafe for GstPadTemplate_ABI_abi
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