Struct gst::Pad [] [src]

pub struct Pad { /* fields omitted */ }

Methods

impl Pad
[src]

Methods from Deref<Target = Object>

Returns the name of the object

Trait Implementations

impl Transfer<GstPad> for Pad
[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 AsRef<Object> for Pad
[src]

Performs the conversion.

impl AsMut<Object> for Pad
[src]

Performs the conversion.

impl Deref for Pad
[src]

The resulting type after dereferencing

The method called to dereference a value

impl DerefMut for Pad
[src]

The method called to mutably dereference a value