[][src]Struct gstreamer::meta::MetaRefMut

pub struct MetaRefMut<'a, T: MetaAPI + 'a, U> { /* fields omitted */ }

Methods

impl<'a, T: MetaAPI, U> MetaRefMut<'a, T, U>[src]

pub fn get_api(&self) -> Type[src]

pub fn as_ptr(&self) -> *const T::GstType[src]

pub fn as_mut_ptr(&mut self) -> *mut T::GstType[src]

impl<'a, T: MetaAPI> MetaRefMut<'a, T, Standalone>[src]

pub fn remove(self)[src]

impl<'a, U> MetaRefMut<'a, Meta, U>[src]

pub fn downcast_ref<T: MetaAPI>(&mut self) -> Option<&MetaRefMut<'a, T, U>>[src]

Trait Implementations

impl<'a, T: MetaAPI, U> AsRef<MetaRef<'a, T>> for MetaRefMut<'a, T, U>[src]

impl<'a, T: MetaAPI, U> DerefMut for MetaRefMut<'a, T, U>[src]

impl<'a, T: MetaAPI, U> Deref for MetaRefMut<'a, T, U>[src]

type Target = T

The resulting type after dereferencing.

impl<'a, T: Debug + MetaAPI + 'a, U: Debug> Debug for MetaRefMut<'a, T, U>[src]

Auto Trait Implementations

impl<'a, T, U> Send for MetaRefMut<'a, T, U> where
    T: Send,
    U: Send

impl<'a, T, U> Sync for MetaRefMut<'a, T, U> where
    T: Sync,
    U: Sync

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.