Struct gstreamer::buffer::BufferRef[][src]

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

Methods

impl BufferRef
[src]

Trait Implementations

impl MiniObject for BufferRef
[src]

Important traits for &'a mut R

Important traits for &'a mut R

impl Sync for BufferRef
[src]

impl Send for BufferRef
[src]

impl StaticType for BufferRef
[src]

Returns the type identifier of Self.

impl ToOwned for BufferRef
[src]

Creates owned data from borrowed data, usually by cloning. Read more

🔬 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 BufferRef
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BufferRef
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BufferRef
[src]