Struct gstreamer_tag_sys::GstTagDemuxClass
source · #[repr(C)]pub struct GstTagDemuxClass {
pub parent_class: GstElementClass,
pub min_start_size: c_uint,
pub min_end_size: c_uint,
pub identify_tag: Option<unsafe extern "C" fn(_: *mut GstTagDemux, _: *mut GstBuffer, _: gboolean, _: *mut c_uint) -> gboolean>,
pub parse_tag: Option<unsafe extern "C" fn(_: *mut GstTagDemux, _: *mut GstBuffer, _: gboolean, _: *mut c_uint, _: *mut *mut GstTagList) -> GstTagDemuxResult>,
pub merge_tags: Option<unsafe extern "C" fn(_: *mut GstTagDemux, _: *const GstTagList, _: *const GstTagList) -> *mut GstTagList>,
pub reserved: [gpointer; 4],
}
Fields§
§parent_class: GstElementClass
§min_start_size: c_uint
§min_end_size: c_uint
§identify_tag: Option<unsafe extern "C" fn(_: *mut GstTagDemux, _: *mut GstBuffer, _: gboolean, _: *mut c_uint) -> gboolean>
§parse_tag: Option<unsafe extern "C" fn(_: *mut GstTagDemux, _: *mut GstBuffer, _: gboolean, _: *mut c_uint, _: *mut *mut GstTagList) -> GstTagDemuxResult>
§reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstTagDemuxClass
impl Clone for GstTagDemuxClass
source§fn clone(&self) -> GstTagDemuxClass
fn clone(&self) -> GstTagDemuxClass
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 GstTagDemuxClass
impl Debug for GstTagDemuxClass
impl Copy for GstTagDemuxClass
Auto Trait Implementations§
impl Freeze for GstTagDemuxClass
impl RefUnwindSafe for GstTagDemuxClass
impl !Send for GstTagDemuxClass
impl !Sync for GstTagDemuxClass
impl Unpin for GstTagDemuxClass
impl UnwindSafe for GstTagDemuxClass
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)