[−][src]Struct gstreamer::promise::Promise
Implementations
impl Promise[src]
pub fn new() -> Promise[src]
pub fn with_change_func<F>(func: F) -> Promise where
F: FnOnce(Result<Option<&StructureRef>, PromiseError>) + Send + 'static, [src]
F: FnOnce(Result<Option<&StructureRef>, PromiseError>) + Send + 'static,
pub fn new_future<'a>() -> (Self, PromiseFuture<'a>)[src]
pub fn expire(&self)[src]
pub fn get_reply(&self) -> Option<&StructureRef>[src]
pub fn interrupt(&self)[src]
pub fn reply(&self, s: Option<Structure>)[src]
pub fn wait(&self) -> PromiseResult[src]
Trait Implementations
impl Clone for Promise[src]
impl Debug for Promise[src]
impl Default for Promise[src]
impl Eq for Promise[src]
impl Hash for Promise[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for Promise[src]
pub fn cmp(&self, other: &Promise) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<Promise> for Promise[src]
impl PartialOrd<Promise> for Promise[src]
pub fn partial_cmp(&self, other: &Promise) -> Option<Ordering>[src]
pub fn lt(&self, other: &Promise) -> bool[src]
pub fn le(&self, other: &Promise) -> bool[src]
pub fn gt(&self, other: &Promise) -> bool[src]
pub fn ge(&self, other: &Promise) -> bool[src]
impl Send for Promise[src]
impl StaticType for Promise[src]
pub fn static_type() -> Type[src]
impl StructuralEq for Promise[src]
impl StructuralPartialEq for Promise[src]
impl Sync for Promise[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToSendValue for T where
T: ToValue + SetValue + Send + ?Sized, [src]
T: ToValue + SetValue + Send + ?Sized,
pub fn to_send_value(&self) -> SendValue[src]
impl<T> ToValue for T where
T: SetValue + ?Sized, [src]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,