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

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Caps
[src]

The method called to mutably dereference a value