Struct gstreamer_player::PlayerConfig[][src]

pub struct PlayerConfig(_);

Methods

impl PlayerConfig
[src]

Methods from Deref<Target = StructureRef>

Important traits for FieldIterator<'a>

Important traits for Iter<'a>

Trait Implementations

impl Debug for PlayerConfig
[src]

Formats the value using the given formatter. Read more

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

impl Deref for PlayerConfig
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for PlayerConfig
[src]

Mutably dereferences the value.

impl AsRef<StructureRef> for PlayerConfig
[src]

Performs the conversion.

impl AsMut<StructureRef> for PlayerConfig
[src]

Performs the conversion.

impl FromGlibPtrFull<*mut GstStructure> for PlayerConfig
[src]

Auto Trait Implementations

impl Send for PlayerConfig

impl !Sync for PlayerConfig