Struct gst::Caps[][src]

pub struct Caps { /* fields omitted */ }

Methods

impl Caps
[src]

Methods from Deref<Target = MiniObject>

Trait Implementations

impl Clone for Caps
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Transfer<GstCaps> for Caps
[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 Caps
[src]

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

impl AsRef<MiniObject> for Caps
[src]

Performs the conversion.

impl AsMut<MiniObject> for Caps
[src]

Performs the conversion.

impl From<Caps> for MiniObject
[src]

Performs the conversion.

impl Deref for Caps
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Caps
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for Caps

impl !Sync for Caps