Struct gstreamer_sys::GstPromise [−][src]
#[repr(C)]pub struct GstPromise { pub parent: GstMiniObject, }
Fields
parent: GstMiniObject
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPromise
impl !Send for GstPromise
impl !Sync for GstPromise
impl Unpin for GstPromise
impl UnwindSafe for GstPromise
Blanket Implementations
Mutably borrows from an owned value. Read more