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