Struct gstreamer::StaticPadTemplate [−][src]
pub struct StaticPadTemplate(_);
Structure describing the crate::StaticPadTemplate.
Implementations
impl StaticPadTemplate[src]
impl StaticPadTemplate[src]pub fn get(&self) -> PadTemplate[src]
pub fn get(&self) -> PadTemplate[src]pub fn 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 Debug for StaticPadTemplate[src]impl StaticType for StaticPadTemplate[src]
impl StaticType for StaticPadTemplate[src]fn static_type() -> Type[src]
fn static_type() -> Type[src]Returns the type identifier of Self.
impl ValueType for StaticPadTemplate[src]
impl ValueType for StaticPadTemplate[src]impl Send for StaticPadTemplate[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> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToSendValue for T where
T: Send + ToValue + ?Sized, [src]
impl<T> ToSendValue for T where
T: Send + ToValue + ?Sized, [src]pub fn to_send_value(&self) -> SendValue[src]
pub fn to_send_value(&self) -> SendValue[src]Returns a SendValue clone of self.
impl<'a, T, C> FromValueOptional<'a> for T where
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>, [src]
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
T: FromValue<'a, Checker = C>,