Struct gstreamer::query::QueryRef [−][src]
#[repr(C)]pub struct QueryRef(_);
Methods
impl QueryRef[src]
impl QueryRefpub fn get_structure(&self) -> Option<&StructureRef>[src]
pub fn get_structure(&self) -> Option<&StructureRef>pub fn get_mut_structure(&mut self) -> &mut StructureRef[src]
pub fn get_mut_structure(&mut self) -> &mut StructureRefpub fn is_downstream(&self) -> bool[src]
pub fn is_downstream(&self) -> boolpub fn is_upstream(&self) -> bool[src]
pub fn is_upstream(&self) -> boolpub fn is_serialized(&self) -> bool[src]
pub fn is_serialized(&self) -> boolpub fn view(&self) -> QueryView<&Self>[src]
pub fn view(&self) -> QueryView<&Self>pub fn view_mut(&mut self) -> QueryView<&mut Self>[src]
pub fn view_mut(&mut self) -> QueryView<&mut Self>Trait Implementations
impl Send for QueryRef[src]
impl Send for QueryRefimpl Sync for QueryRef[src]
impl Sync for QueryRefimpl MiniObject for QueryRef[src]
impl MiniObject for QueryReftype GstType = GstQuery
unsafe fn as_ptr(&self) -> *const Self::GstType[src]
unsafe fn as_ptr(&self) -> *const Self::GstTypeunsafe fn as_mut_ptr(&self) -> *mut Self::GstType[src]
unsafe fn as_mut_ptr(&self) -> *mut Self::GstTypeⓘImportant traits for &'a mut Runsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_ptr<'a>(ptr: *const Self::GstType) -> &'a SelfⓘImportant traits for &'a mut Runsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Self[src]
ⓘImportant traits for &'a mut R
unsafe fn from_mut_ptr<'a>(ptr: *mut Self::GstType) -> &'a mut Selffn copy(&self) -> GstRc<Self>[src]
fn copy(&self) -> GstRc<Self>impl StaticType for QueryRef[src]
impl StaticType for QueryReffn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl Debug for QueryRef[src]
impl Debug for QueryReffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> AsPtr for &'a QueryRef[src]
impl<'a> AsPtr for &'a QueryRefimpl<'a> AsPtr for &'a mut QueryRef[src]
impl<'a> AsPtr for &'a mut QueryRefimpl<'a> AsMutPtr for &'a mut QueryRef[src]
impl<'a> AsMutPtr for &'a mut QueryRefunsafe fn as_mut_ptr(&self) -> *mut GstQuery[src]
unsafe fn as_mut_ptr(&self) -> *mut GstQuery