Struct gstreamer_sys::GstPromise
source · #[repr(C)]pub struct GstPromise {
pub parent: GstMiniObject,
}
Fields§
§parent: GstMiniObject
Trait Implementations§
source§impl Clone for GstPromise
impl Clone for GstPromise
source§fn clone(&self) -> GstPromise
fn clone(&self) -> GstPromise
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstPromise
impl Debug for GstPromise
impl Copy for GstPromise
Auto Trait Implementations§
impl Freeze for GstPromise
impl RefUnwindSafe for GstPromise
impl !Send for GstPromise
impl !Sync for GstPromise
impl Unpin for GstPromise
impl UnwindSafe for GstPromise
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)