[−][src]Struct gstreamer::StaticPadTemplate
Implementations
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 Debug for StaticPadTemplate
[src]
impl Send for StaticPadTemplate
[src]
impl StaticType for StaticPadTemplate
[src]
fn static_type() -> Type
[src]
impl Sync for StaticPadTemplate
[src]
Auto Trait Implementations
impl RefUnwindSafe for StaticPadTemplate
impl Unpin for StaticPadTemplate
impl UnwindSafe for StaticPadTemplate
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized,
[src]
T: ToValue + SetValue + Send + ?Sized,
fn to_send_value(&self) -> SendValue
[src]
impl<T> ToValue for T where
T: SetValue + ?Sized,
[src]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,