Struct gstreamer_sys::GstCustomMeta
source · [−]#[repr(C)]pub struct GstCustomMeta {
pub meta: GstMeta,
}Fields
meta: GstMetaTrait Implementations
sourceimpl Clone for GstCustomMeta
impl Clone for GstCustomMeta
sourcefn clone(&self) -> GstCustomMeta
fn clone(&self) -> GstCustomMeta
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstCustomMeta
impl Debug for GstCustomMeta
impl Copy for GstCustomMeta
Auto Trait Implementations
impl RefUnwindSafe for GstCustomMeta
impl !Send for GstCustomMeta
impl !Sync for GstCustomMeta
impl Unpin for GstCustomMeta
impl UnwindSafe for GstCustomMeta
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more