Struct gstreamer::query::Convert [−][src]
pub struct Convert<T>(_);
Implementations
impl Convert<Query>
[src]
impl Convert<Query>
[src]pub fn new<V: Into<GenericFormattedValue>>(value: V, dest_fmt: Format) -> Self
[src]
impl<T: AsPtr> Convert<T>
[src]
impl<T: AsPtr> Convert<T>
[src]pub fn result(&self) -> (GenericFormattedValue, GenericFormattedValue)
[src]
pub fn get(&self) -> (GenericFormattedValue, Format)
[src]
impl<T: AsMutPtr> Convert<T>
[src]
impl<T: AsMutPtr> Convert<T>
[src]pub fn set<V: Into<GenericFormattedValue>>(&mut self, src: V, dest: V)
[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
Auto Trait Implementations
impl<T> RefUnwindSafe for Convert<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Convert<T> where
T: Send,
T: Send,
impl<T> Sync for Convert<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Convert<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Convert<T> where
T: UnwindSafe,
T: UnwindSafe,