Struct gstreamer::query::Uri [−][src]
pub struct Uri<T>(_);
Methods
impl<'a> Uri<&'a QueryRef>[src]
impl<'a> Uri<&'a QueryRef>impl<'a> Uri<&'a mut QueryRef>[src]
impl<'a> Uri<&'a mut QueryRef>pub fn get_mut_query(&mut self) -> &mut QueryRef[src]
pub fn get_mut_query(&mut self) -> &mut QueryRefimpl<T: AsPtr> Uri<T>[src]
impl<T: AsPtr> Uri<T>pub fn get_uri(&self) -> Option<String>[src]
pub fn get_uri(&self) -> Option<String>pub fn get_redirection(&self) -> (Option<String>, bool)[src]
pub fn get_redirection(&self) -> (Option<String>, bool)impl<T: AsMutPtr> Uri<T>[src]
impl<T: AsMutPtr> Uri<T>pub fn set_uri<'b, U: Into<&'b str>>(&mut self, uri: U)[src]
pub fn set_uri<'b, U: Into<&'b str>>(&mut self, uri: U)pub fn set_redirection<'b, U: Into<&'b str>>(&mut self, uri: U, permanent: bool)[src]
pub fn set_redirection<'b, U: Into<&'b str>>(&mut self, uri: U, permanent: bool)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 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<T: Debug> Debug for Uri<T>[src]
impl<T: Debug> Debug for Uri<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> Deref for Uri<&'a QueryRef>[src]
impl<'a> Deref for Uri<&'a QueryRef>type Target = QueryRef
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.
impl<'a> Deref for Uri<&'a mut QueryRef>[src]
impl<'a> Deref for Uri<&'a mut QueryRef>type Target = Uri<&'a QueryRef>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.
impl Deref for Uri<Query>[src]
impl Deref for Uri<Query>type Target = QueryRef
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.
impl DerefMut for Uri<Query>[src]
impl DerefMut for Uri<Query>impl From<Uri<Query>> for Query[src]
impl From<Uri<Query>> for Query