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