[][src]Struct gstreamer_video_sys::GstVideoAggregatorClass

#[repr(C)]
pub struct GstVideoAggregatorClass {
    pub parent_class: GstAggregatorClass,
    pub update_caps: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut GstCaps) -> *mut GstCaps>,
    pub aggregate_frames: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut *mut GstBuffer) -> GstFlowReturn>,
    pub create_output_buffer: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut *mut GstBuffer) -> GstFlowReturn>,
    pub find_best_format: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut GstCaps, _: *mut GstVideoInfo, _: *mut gboolean)>,
    pub _gst_reserved: [gpointer; 20],
}

Fields

parent_class: GstAggregatorClassupdate_caps: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut GstCaps) -> *mut GstCaps>aggregate_frames: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut *mut GstBuffer) -> GstFlowReturn>create_output_buffer: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut *mut GstBuffer) -> GstFlowReturn>find_best_format: Option<unsafe extern "C" fn(_: *mut GstVideoAggregator, _: *mut GstCaps, _: *mut GstVideoInfo, _: *mut gboolean)>_gst_reserved: [gpointer; 20]

Trait Implementations

impl Clone for GstVideoAggregatorClass[src]

impl Copy for GstVideoAggregatorClass[src]

impl Debug for GstVideoAggregatorClass[src]

Auto Trait Implementations

impl !Send for GstVideoAggregatorClass

impl Unpin for GstVideoAggregatorClass

impl !Sync for GstVideoAggregatorClass

impl UnwindSafe for GstVideoAggregatorClass

impl RefUnwindSafe for GstVideoAggregatorClass

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]