Struct gstreamer_sys::GstStructure [−][src]
#[repr(C)]pub struct GstStructure { pub type_: GType, pub name: GQuark, }
Fields
type_: GType
name: GQuark
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstStructure
impl Send for GstStructure
impl Sync for GstStructure
impl Unpin for GstStructure
impl UnwindSafe for GstStructure
Blanket Implementations
Mutably borrows from an owned value. Read more