Struct GstVideo Aggregator PadClass
Source #[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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstVideoAggregatorPadClass
Auto Trait Implementations§
impl !Send for GstVideoAggregatorPadClass
impl !Sync for GstVideoAggregatorPadClass
impl Freeze for GstVideoAggregatorPadClass
impl RefUnwindSafe for GstVideoAggregatorPadClass
impl Unpin for GstVideoAggregatorPadClass
impl UnsafeUnpin 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