Union gstreamer_sys::GstPadProbeInfo_ABI [] [src]

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

Fields

_gst_reserved: [gpointer; 4] abi: GstPadProbeInfo_ABI_abi

Trait Implementations

impl Copy for GstPadProbeInfo_ABI
[src]

impl Clone for GstPadProbeInfo_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 GstPadProbeInfo_ABI
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations