#[repr(C)]pub struct GstAnalyticsMtdImpl {
pub name: *const c_char,
pub mtd_meta_transform: Option<unsafe extern "C" fn(_: *mut GstBuffer, _: *mut GstAnalyticsMtd, _: *mut GstBuffer, _: GQuark, _: gpointer) -> gboolean>,
pub _reserved: [gpointer; 20],
}
Fields§
§name: *const c_char
§mtd_meta_transform: Option<unsafe extern "C" fn(_: *mut GstBuffer, _: *mut GstAnalyticsMtd, _: *mut GstBuffer, _: GQuark, _: gpointer) -> gboolean>
§_reserved: [gpointer; 20]
Trait Implementations§
source§impl Clone for GstAnalyticsMtdImpl
impl Clone for GstAnalyticsMtdImpl
source§fn clone(&self) -> GstAnalyticsMtdImpl
fn clone(&self) -> GstAnalyticsMtdImpl
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 GstAnalyticsMtdImpl
impl Debug for GstAnalyticsMtdImpl
impl Copy for GstAnalyticsMtdImpl
Auto Trait Implementations§
impl Freeze for GstAnalyticsMtdImpl
impl RefUnwindSafe for GstAnalyticsMtdImpl
impl !Send for GstAnalyticsMtdImpl
impl !Sync for GstAnalyticsMtdImpl
impl Unpin for GstAnalyticsMtdImpl
impl UnwindSafe for GstAnalyticsMtdImpl
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
)