[][src]Struct gstreamer::sample::SampleRef

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

Methods

impl SampleRef[src]

pub fn get_buffer(&self) -> Option<Buffer>[src]

pub fn get_buffer_list(&self) -> Option<BufferList>[src]

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

pub fn get_segment(&self) -> Option<Segment>[src]

pub fn get_info(&self) -> Option<&StructureRef>[src]

Trait Implementations

impl MiniObject for SampleRef[src]

type GstType = GstSample

unsafe fn as_ptr(&self) -> *const Self::GstType[src]

unsafe fn as_mut_ptr(&self) -> *mut Self::GstType[src]

unsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self[src]

unsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self[src]

fn copy(&self) -> GstRc<Self>[src]

impl Sync for SampleRef[src]

impl AsRef<SampleRef> for Sample[src]

impl Send for SampleRef[src]

impl ToOwned for SampleRef[src]

type Owned = Sample

fn clone_into(&self, target: &mut Self::Owned)[src]

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

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

impl Debug for SampleRef[src]

impl Borrow<SampleRef> for Sample[src]

impl StaticType for SampleRef[src]

Blanket Implementations

impl<T> From for T[src]

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

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.