Struct gst::MiniObject[][src]

pub struct MiniObject { /* fields omitted */ }

Methods

impl MiniObject
[src]

Trait Implementations

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 AsRef<MiniObject> for Buffer
[src]

Performs the conversion.

impl AsMut<MiniObject> for Buffer
[src]

Performs the conversion.

impl From<Buffer> for MiniObject
[src]

Performs the conversion.

impl Drop for MiniObject
[src]

Executes the destructor for this type. Read more

impl Clone for MiniObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Reference for MiniObject
[src]

impl Transfer<GstMiniObject> for MiniObject
[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

Auto Trait Implementations

impl !Send for MiniObject

impl !Sync for MiniObject