Struct gst::ffi::Struct__GstStructure
[−]
[src]
pub struct Struct__GstStructure {
pub _type: GType,
pub name: GQuark,
}Fields
_type: GType
name: GQuark
Trait Implementations
impl Copy for Struct__GstStructure[src]
impl Clone for Struct__GstStructure[src]
fn clone(&self) -> Struct__GstStructure
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for Struct__GstStructure[src]
fn default() -> Struct__GstStructure
Returns the "default value" for a type. Read more