Struct gstreamer_sys::GstQuery [−][src]
#[repr(C)]pub struct GstQuery { pub mini_object: GstMiniObject, pub type_: GstQueryType, }
Fields
mini_object: GstMiniObject
type_: GstQueryType
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstQuery
impl UnwindSafe for GstQuery
Blanket Implementations
Mutably borrows from an owned value. Read more