Struct gstreamer_sys::GstPadTemplate
source · #[repr(C)]pub struct GstPadTemplate {
pub object: GstObject,
pub name_template: *mut c_char,
pub direction: GstPadDirection,
pub presence: GstPadPresence,
pub caps: *mut GstCaps,
pub ABI: GstPadTemplate_ABI,
}
Fields§
§object: GstObject
§name_template: *mut c_char
§direction: GstPadDirection
§presence: GstPadPresence
§caps: *mut GstCaps
§ABI: GstPadTemplate_ABI
Trait Implementations§
source§impl Clone for GstPadTemplate
impl Clone for GstPadTemplate
source§fn clone(&self) -> GstPadTemplate
fn clone(&self) -> GstPadTemplate
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 GstPadTemplate
impl Debug for GstPadTemplate
impl Copy for GstPadTemplate
Auto Trait Implementations§
impl Freeze for GstPadTemplate
impl RefUnwindSafe for GstPadTemplate
impl !Send for GstPadTemplate
impl !Sync for GstPadTemplate
impl Unpin for GstPadTemplate
impl UnwindSafe for GstPadTemplate
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
)