Struct gstreamer::query::Allocation [−][src]
pub struct Allocation<T>(_);
Methods
impl<'a> Allocation<&'a QueryRef>[src]
impl<'a> Allocation<&'a QueryRef>impl<'a> Allocation<&'a mut QueryRef>[src]
impl<'a> Allocation<&'a mut QueryRef>pub fn get_mut_query(&mut self) -> &mut QueryRef[src]
pub fn get_mut_query(&mut self) -> &mut QueryRefMethods 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 Allocation<T>[src]
impl<T: Debug> Debug for Allocation<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 Allocation<&'a QueryRef>[src]
impl<'a> Deref for Allocation<&'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 Allocation<&'a mut QueryRef>[src]
impl<'a> Deref for Allocation<&'a mut QueryRef>type Target = Allocation<&'a QueryRef>
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.
impl Deref for Allocation<Query>[src]
impl Deref for Allocation<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 Allocation<Query>[src]
impl DerefMut for Allocation<Query>impl From<Allocation<Query>> for Query[src]
impl From<Allocation<Query>> for Queryfn from(concrete: Allocation<Query>) -> Self[src]
fn from(concrete: Allocation<Query>) -> SelfPerforms the conversion.
Auto Trait Implementations
impl<T> Send for Allocation<T> where
T: Send,
impl<T> Send for Allocation<T> where
T: Send, impl<T> Sync for Allocation<T> where
T: Sync,
impl<T> Sync for Allocation<T> where
T: Sync,