#[repr(C)]pub struct GstCustomMeta {
pub meta: GstMeta,
pub structure: *mut GstStructure,
}Fields§
§meta: GstMeta§structure: *mut GstStructureTrait Implementations§
Source§impl Clone for GstCustomMeta
impl Clone for GstCustomMeta
impl Copy for GstCustomMeta
Auto Trait Implementations§
impl !Send for GstCustomMeta
impl !Sync for GstCustomMeta
impl Freeze for GstCustomMeta
impl RefUnwindSafe for GstCustomMeta
impl Unpin for GstCustomMeta
impl UnsafeUnpin 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