#[repr(C)]pub struct GstVideoAggregatorPadClass {
pub parent_class: GstAggregatorPadClass,
pub update_conversion_info: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad)>,
pub prepare_frame: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstBuffer, _: *mut GstVideoFrame) -> gboolean>,
pub clean_frame: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstVideoFrame)>,
pub prepare_frame_start: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstBuffer, _: *mut GstVideoFrame)>,
pub prepare_frame_finish: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstVideoFrame)>,
pub _gst_reserved: [gpointer; 18],
}
Fields§
§parent_class: GstAggregatorPadClass
§update_conversion_info: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad)>
§prepare_frame: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstBuffer, _: *mut GstVideoFrame) -> gboolean>
§clean_frame: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstVideoFrame)>
§prepare_frame_start: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstBuffer, _: *mut GstVideoFrame)>
§prepare_frame_finish: Option<unsafe extern "C" fn(_: *mut GstVideoAggregatorPad, _: *mut GstVideoAggregator, _: *mut GstVideoFrame)>
§_gst_reserved: [gpointer; 18]
Trait Implementations§
source§impl Clone for GstVideoAggregatorPadClass
impl Clone for GstVideoAggregatorPadClass
source§fn clone(&self) -> GstVideoAggregatorPadClass
fn clone(&self) -> GstVideoAggregatorPadClass
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 GstVideoAggregatorPadClass
impl Debug for GstVideoAggregatorPadClass
impl Copy for GstVideoAggregatorPadClass
Auto Trait Implementations§
impl Freeze for GstVideoAggregatorPadClass
impl RefUnwindSafe for GstVideoAggregatorPadClass
impl !Send for GstVideoAggregatorPadClass
impl !Sync for GstVideoAggregatorPadClass
impl Unpin for GstVideoAggregatorPadClass
impl UnwindSafe for GstVideoAggregatorPadClass
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
)