Struct gst::ffi::Struct__GstQuery
[−]
[src]
#[repr(C)]pub struct Struct__GstQuery { pub mini_object: GstMiniObject, pub _type: GstQueryType, }
Fields
mini_object: GstMiniObject
_type: GstQueryType
Trait Implementations
impl Default for Struct__GstQuery[src]
fn default() -> Struct__GstQuery
Returns the "default value" for a type. Read more