#[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