Struct gst::Object[][src]

pub struct Object { /* fields omitted */ }

Methods

impl Object
[src]

Returns the name of the object

Trait Implementations

impl AsRef<Object> for Element
[src]

Performs the conversion.

impl AsMut<Object> for Element
[src]

Performs the conversion.

impl From<Element> for Object
[src]

Performs the conversion.

impl AsRef<Object> for BufferPool
[src]

Performs the conversion.

impl AsMut<Object> for BufferPool
[src]

Performs the conversion.

impl From<BufferPool> for Object
[src]

Performs the conversion.

impl AsRef<Object> for Pad
[src]

Performs the conversion.

impl AsMut<Object> for Pad
[src]

Performs the conversion.

impl From<Pad> for Object
[src]

Performs the conversion.

impl Drop for Object
[src]

Executes the destructor for this type. Read more

impl Reference for Object
[src]

impl Transfer<GstObject> for Object
[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 Object

impl !Sync for Object