Union gstreamer_sys::GstControlBinding_ABI [] [src]

#[repr(C)]
pub union GstControlBinding_ABI { pub abi: GstControlBinding_ABI_abi, pub _gst_reserved: [gpointer; 4], }

Fields

abi: GstControlBinding_ABI_abi _gst_reserved: [gpointer; 4]

Trait Implementations

impl Copy for GstControlBinding_ABI
[src]

impl Clone for GstControlBinding_ABI
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GstControlBinding_ABI
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations