[][src]Struct gstreamer::StaticPadTemplate

#[repr(C)]
pub struct StaticPadTemplate(_);

Methods

impl StaticPadTemplate[src]

pub fn get(&self) -> PadTemplate[src]

pub fn get_caps(&self) -> Caps[src]

pub fn name_template<'a>(&self) -> &'a str[src]

pub fn direction(&self) -> PadDirection[src]

pub fn presence(&self) -> PadPresence[src]

Trait Implementations

impl Sync for StaticPadTemplate[src]

impl Send for StaticPadTemplate[src]

impl Debug for StaticPadTemplate[src]

impl StaticType for StaticPadTemplate[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]