Struct gstreamer_app_sys::GstAppSrcCallbacks
source · #[repr(C)]pub struct GstAppSrcCallbacks {
pub need_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: c_uint, _: gpointer)>,
pub enough_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: gpointer)>,
pub seek_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: u64, _: gpointer) -> gboolean>,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§need_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: c_uint, _: gpointer)>
§enough_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: gpointer)>
§seek_data: Option<unsafe extern "C" fn(_: *mut GstAppSrc, _: u64, _: gpointer) -> gboolean>
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstAppSrcCallbacks
impl Clone for GstAppSrcCallbacks
source§fn clone(&self) -> GstAppSrcCallbacks
fn clone(&self) -> GstAppSrcCallbacks
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 GstAppSrcCallbacks
impl Debug for GstAppSrcCallbacks
impl Copy for GstAppSrcCallbacks
Auto Trait Implementations§
impl Freeze for GstAppSrcCallbacks
impl RefUnwindSafe for GstAppSrcCallbacks
impl !Send for GstAppSrcCallbacks
impl !Sync for GstAppSrcCallbacks
impl Unpin for GstAppSrcCallbacks
impl UnwindSafe for GstAppSrcCallbacks
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
)