Struct gst::BufferPool[][src]

pub struct BufferPool { /* fields omitted */ }

Methods

impl BufferPool
[src]

Methods from Deref<Target = Object>

Returns the name of the object

Trait Implementations

impl Sync for BufferPool
[src]

impl Send for BufferPool
[src]

impl Transfer<GstBufferPool> for BufferPool
[src]

Consumes the current object and transfers ownership of the raw pointer Used to transfer ownership to ffi functions, should be used when an ffi function expects full transfer of an object to avoid the original object to be unreferenced in the process Read more

impl Reference for BufferPool
[src]

impl AsRef<Object> for BufferPool
[src]

Performs the conversion.

impl AsMut<Object> for BufferPool
[src]

Performs the conversion.

impl From<BufferPool> for Object
[src]

Performs the conversion.

impl Deref for BufferPool
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for BufferPool
[src]

Mutably dereferences the value.