[][src]Struct gstreamer::meta::ParentBufferMeta

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

Methods

impl ParentBufferMeta[src]

pub fn add<'a>(
    buffer: &'a mut BufferRef,
    parent: &Buffer
) -> MetaRefMut<'a, Self, Standalone>
[src]

pub fn get_parent(&self) -> &BufferRef[src]

pub fn get_parent_owned(&self) -> Buffer[src]

Trait Implementations

impl Debug for ParentBufferMeta[src]

impl MetaAPI for ParentBufferMeta[src]

type GstType = GstParentBufferMeta

impl Send for ParentBufferMeta[src]

impl Sync for ParentBufferMeta[src]

Auto Trait Implementations

impl RefUnwindSafe for ParentBufferMeta

impl Unpin for ParentBufferMeta

impl UnwindSafe for ParentBufferMeta

Blanket Implementations

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

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

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

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.