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