Struct gstreamer::query::QueryRef [−][src]
#[repr(C)]pub struct QueryRef(_);
Methods
impl QueryRef
[src]
impl QueryRef
pub 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 StructureRef
pub fn is_downstream(&self) -> bool
[src]
pub fn is_downstream(&self) -> bool
pub fn is_upstream(&self) -> bool
[src]
pub fn is_upstream(&self) -> bool
pub fn is_serialized(&self) -> bool
[src]
pub fn is_serialized(&self) -> bool
pub 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 QueryRef
impl Sync for QueryRef
[src]
impl Sync for QueryRef
impl MiniObject for QueryRef
[src]
impl MiniObject for QueryRef
type GstType = GstQuery
unsafe fn as_ptr(&self) -> *const Self::GstType
[src]
unsafe fn as_ptr(&self) -> *const Self::GstType
unsafe 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 Self
fn copy(&self) -> GstRc<Self>
[src]
fn copy(&self) -> GstRc<Self>
impl StaticType for QueryRef
[src]
impl StaticType for QueryRef
fn static_type() -> Type
[src]
fn static_type() -> Type
Returns the type identifier of Self
.
impl Debug for QueryRef
[src]
impl Debug for QueryRef
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<'a> AsPtr for &'a QueryRef
[src]
impl<'a> AsPtr for &'a QueryRef
impl<'a> AsPtr for &'a mut QueryRef
[src]
impl<'a> AsPtr for &'a mut QueryRef
impl<'a> AsMutPtr for &'a mut QueryRef
[src]
impl<'a> AsMutPtr for &'a mut QueryRef
unsafe fn as_mut_ptr(&self) -> *mut GstQuery
[src]
unsafe fn as_mut_ptr(&self) -> *mut GstQuery