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
impl Copy for GstQuery
[src]
impl Copy for GstQuery
impl Clone for GstQuery
[src]
impl Clone for GstQuery
fn clone(&self) -> GstQuery
[src]
fn clone(&self) -> GstQuery
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstQuery
[src]
impl Debug for GstQuery