Struct gstreamer::structure::StructureRef[][src]

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

Methods

impl StructureRef
[src]

Important traits for FieldIterator<'a>

Important traits for Iter<'a>

Trait Implementations

impl AsRef<StructureRef> for Structure
[src]

Performs the conversion.

impl AsMut<StructureRef> for Structure
[src]

Performs the conversion.

impl PartialEq<StructureRef> for Structure
[src]

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

This method tests for !=.

impl Borrow<StructureRef> for Structure
[src]

Immutably borrows from an owned value. Read more

impl BorrowMut<StructureRef> for Structure
[src]

Mutably borrows from an owned value. Read more

impl ToOwned for StructureRef
[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 Display for StructureRef
[src]

Formats the value using the given formatter. Read more

impl Debug for StructureRef
[src]

Formats the value using the given formatter. Read more

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

impl Serialize for StructureRef
[src]

Serialize this value into the given Serde serializer. Read more

impl AsRef<StructureRef> for BufferPoolConfig
[src]

Performs the conversion.

impl AsMut<StructureRef> for BufferPoolConfig
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for StructureRef

impl Sync for StructureRef