Struct gstreamer_sys::GstStructure[][src]

#[repr(C)]
pub struct GstStructure { pub type_: GType, pub name: GQuark, }

Fields

Trait Implementations

impl Copy for GstStructure
[src]

impl Clone for GstStructure
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstStructure
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstStructure

impl Sync for GstStructure