Struct gstreamer_sys::GstPromise [−][src]
#[repr(C)]pub struct GstPromise { pub parent: GstMiniObject, }
Fields
parent: GstMiniObject
Trait Implementations
impl Copy for GstPromise[src]
impl Copy for GstPromiseimpl Clone for GstPromise[src]
impl Clone for GstPromisefn clone(&self) -> GstPromise[src]
fn clone(&self) -> GstPromiseReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstPromise[src]
impl Debug for GstPromiseAuto Trait Implementations
impl !Send for GstPromise
impl !Send for GstPromiseimpl !Sync for GstPromise
impl !Sync for GstPromise