Struct gstreamer::bufferlist::BufferListRef
[−]
[src]
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]
ⓘImportant traits for Iter<'a>
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]
ⓘImportant traits for &'a mut Wunsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self[src]
ⓘImportant traits for &'a mut W
ⓘImportant traits for &'a mut Wunsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self[src]
ⓘImportant traits for &'a mut W
fn copy(&self) -> GstRc<Self>[src]
impl ToOwned for BufferListRef[src]
type Owned = GstRc<BufferListRef>
fn to_owned(&self) -> GstRc<BufferListRef>[src]
Creates owned data from borrowed data, usually by cloning. Read more
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]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl StaticType for BufferListRef[src]
fn static_type() -> Type[src]
Returns the type identifier of Self.