Struct gstreamer::query::Caps [−][src]
pub struct Caps<T>(_);
Methods
impl<'a> Caps<&'a QueryRef>
[src]
impl<'a> Caps<&'a QueryRef>
impl<'a> Caps<&'a mut QueryRef>
[src]
impl<'a> Caps<&'a mut QueryRef>
pub fn get_mut_query(&mut self) -> &mut QueryRef
[src]
pub fn get_mut_query(&mut self) -> &mut QueryRef
impl<T: AsPtr> Caps<T>
[src]
impl<T: AsPtr> Caps<T>
pub fn get_filter(&self) -> Option<&CapsRef>
[src]
pub fn get_filter(&self) -> Option<&CapsRef>
pub fn get_result(&self) -> Option<&CapsRef>
[src]
pub fn get_result(&self) -> Option<&CapsRef>
impl<T: AsMutPtr> Caps<T>
[src]
impl<T: AsMutPtr> Caps<T>
pub fn set_result(&mut self, caps: &Caps)
[src]
pub fn set_result(&mut self, caps: &Caps)
Methods from Deref<Target = 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<T: Debug> Debug for Caps<T>
[src]
impl<T: Debug> Debug for Caps<T>
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> Deref for Caps<&'a QueryRef>
[src]
impl<'a> Deref for Caps<&'a QueryRef>
type Target = QueryRef
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
fn deref(&self) -> &Self::Target
Dereferences the value.
impl<'a> Deref for Caps<&'a mut QueryRef>
[src]
impl<'a> Deref for Caps<&'a mut QueryRef>
type Target = Caps<&'a QueryRef>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
fn deref(&self) -> &Self::Target
Dereferences the value.
impl Deref for Caps<Query>
[src]
impl Deref for Caps<Query>
type Target = QueryRef
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
fn deref(&self) -> &Self::Target
Dereferences the value.
impl DerefMut for Caps<Query>
[src]
impl DerefMut for Caps<Query>
impl From<Caps<Query>> for Query
[src]
impl From<Caps<Query>> for Query