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