Struct gstreamer_sys::GstMetaInfo
source · #[repr(C)]pub struct GstMetaInfo {
pub api: GType,
pub type_: GType,
pub size: size_t,
pub init_func: GstMetaInitFunction,
pub free_func: GstMetaFreeFunction,
pub transform_func: GstMetaTransformFunction,
pub serialize_func: GstMetaSerializeFunction,
pub deserialize_func: GstMetaDeserializeFunction,
pub clear_func: GstMetaClearFunction,
}
Fields§
§api: GType
§type_: GType
§size: size_t
§init_func: GstMetaInitFunction
§free_func: GstMetaFreeFunction
§transform_func: GstMetaTransformFunction
§serialize_func: GstMetaSerializeFunction
§deserialize_func: GstMetaDeserializeFunction
§clear_func: GstMetaClearFunction
Trait Implementations§
source§impl Clone for GstMetaInfo
impl Clone for GstMetaInfo
source§fn clone(&self) -> GstMetaInfo
fn clone(&self) -> GstMetaInfo
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 GstMetaInfo
impl Debug for GstMetaInfo
impl Copy for GstMetaInfo
Auto Trait Implementations§
impl Freeze for GstMetaInfo
impl RefUnwindSafe for GstMetaInfo
impl Send for GstMetaInfo
impl Sync for GstMetaInfo
impl Unpin for GstMetaInfo
impl UnwindSafe for GstMetaInfo
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
)