Struct gstreamer_sys::GstFormatDefinition [] [src]

#[repr(C)]
pub struct GstFormatDefinition { pub value: GstFormat, pub nick: *const c_char, pub description: *const c_char, pub quark: GQuark, }

Fields

Trait Implementations

impl Copy for GstFormatDefinition
[src]

impl Clone for GstFormatDefinition
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GstFormatDefinition
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations