Struct gstreamer_sys::GstGhostPadClass [] [src]

#[repr(C)]
pub struct GstGhostPadClass { pub parent_class: GstProxyPadClass, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstGhostPadClass
[src]

impl Clone for GstGhostPadClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GstGhostPadClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations