Struct gstreamer::BufferPoolConfig[][src]

pub struct BufferPoolConfig(_);

Methods

impl BufferPoolConfig
[src]

Important traits for Vec<u8>

Methods from Deref<Target = StructureRef>

Important traits for FieldIterator<'a>

Important traits for Iter<'a>

Trait Implementations

impl Debug for BufferPoolConfig
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BufferPoolConfig
[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 BufferPoolConfig
[src]

impl Deref for BufferPoolConfig
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for BufferPoolConfig
[src]

Mutably dereferences the value.

impl AsRef<StructureRef> for BufferPoolConfig
[src]

Performs the conversion.

impl AsMut<StructureRef> for BufferPoolConfig
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BufferPoolConfig

impl !Sync for BufferPoolConfig