Struct gstreamer_sys::GstFormatDefinition
source · #[repr(C)]pub struct GstFormatDefinition {
pub value: GstFormat,
pub nick: *const c_char,
pub description: *const c_char,
pub quark: GQuark,
}Fields§
§value: GstFormat§nick: *const c_char§description: *const c_char§quark: GQuarkTrait Implementations§
source§impl Clone for GstFormatDefinition
impl Clone for GstFormatDefinition
source§fn clone(&self) -> GstFormatDefinition
fn clone(&self) -> GstFormatDefinition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more