[][src]Struct gstreamer::bufferlist::BufferListRef

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

Methods

impl BufferListRef[src]

pub fn insert(&mut self, idx: i32, buffer: Buffer)[src]

pub fn add(&mut self, buffer: Buffer)[src]

pub fn copy_deep(&self) -> BufferList[src]

pub fn remove(&mut self, idx: u32, len: u32)[src]

pub fn get(&self, idx: u32) -> Option<&BufferRef>[src]

pub fn len(&self) -> usize[src]

pub fn is_empty(&self) -> bool[src]

Important traits for Iter<'a>
pub fn iter(&self) -> Iter[src]

Trait Implementations

impl MiniObject for BufferListRef[src]

type GstType = GstBufferList

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 BufferListRef[src]

impl AsRef<BufferListRef> for BufferList[src]

impl Send for BufferListRef[src]

impl ToOwned for BufferListRef[src]

type Owned = BufferList

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 BufferListRef[src]

impl Borrow<BufferListRef> for BufferList[src]

impl StaticType for BufferListRef[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.