Struct gstreamer::query::AcceptCaps [−][src]
pub struct AcceptCaps<T>(_);
Implementations
impl<T: AsPtr> AcceptCaps<T>[src]
impl<T: AsPtr> AcceptCaps<T>[src]impl<T: AsMutPtr> AcceptCaps<T>[src]
impl<T: AsMutPtr> AcceptCaps<T>[src]pub fn set_result(&mut self, accepted: bool)[src]
Methods from Deref<Target = QueryRef>
pub unsafe fn as_ptr(&self) -> *const GstQuery[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstQuery[src]
pub fn copy(&self) -> Query[src]
pub fn structure(&self) -> Option<&StructureRef>[src]
pub fn structure_mut(&mut self) -> &mut StructureRef[src]
pub fn is_downstream(&self) -> bool[src]
pub fn is_upstream(&self) -> bool[src]
pub fn is_serialized(&self) -> bool[src]
pub fn view(&self) -> QueryView<&Self>[src]
pub fn view_mut(&mut self) -> QueryView<&mut Self>[src]
Trait Implementations
impl<T: Debug> Debug for AcceptCaps<T>[src]
impl<T: Debug> Debug for AcceptCaps<T>[src]impl<'a> Deref for AcceptCaps<&'a QueryRef>[src]
impl<'a> Deref for AcceptCaps<&'a QueryRef>[src]impl<'a> Deref for AcceptCaps<&'a mut QueryRef>[src]
impl<'a> Deref for AcceptCaps<&'a mut QueryRef>[src]impl Deref for AcceptCaps<Query>[src]
impl Deref for AcceptCaps<Query>[src]impl DerefMut for AcceptCaps<Query>[src]
impl DerefMut for AcceptCaps<Query>[src]impl From<AcceptCaps<Query>> for Query[src]
impl From<AcceptCaps<Query>> for Query[src]fn from(concrete: AcceptCaps<Query>) -> Self[src]
fn from(concrete: AcceptCaps<Query>) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl<T> RefUnwindSafe for AcceptCaps<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for AcceptCaps<T> where
T: Send,
T: Send,
impl<T> Sync for AcceptCaps<T> where
T: Sync,
T: Sync,
impl<T> Unpin for AcceptCaps<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for AcceptCaps<T> where
T: UnwindSafe,
T: UnwindSafe,