Struct gstreamer_sys::GstCustomMeta
source · #[repr(C)]pub struct GstCustomMeta {
pub meta: GstMeta,
pub structure: *mut GstStructure,
}
Fields§
§meta: GstMeta
§structure: *mut GstStructure
Trait Implementations§
source§impl Clone for GstCustomMeta
impl Clone for GstCustomMeta
source§fn clone(&self) -> GstCustomMeta
fn clone(&self) -> GstCustomMeta
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 GstCustomMeta
impl Debug for GstCustomMeta
impl Copy for GstCustomMeta
Auto Trait Implementations§
impl Freeze for GstCustomMeta
impl RefUnwindSafe for GstCustomMeta
impl !Send for GstCustomMeta
impl !Sync for GstCustomMeta
impl Unpin for GstCustomMeta
impl UnwindSafe for GstCustomMeta
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
)