#[repr(C)]pub struct GstVideoAggregatorConvertPadClass {
pub parent_class: GstVideoAggregatorPadClass,
pub create_conversion_info: Option<unsafe extern "C" fn(*mut GstVideoAggregatorConvertPad, *mut GstVideoAggregator, *mut GstVideoInfo)>,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent_class: GstVideoAggregatorPadClass§create_conversion_info: Option<unsafe extern "C" fn(*mut GstVideoAggregatorConvertPad, *mut GstVideoAggregator, *mut GstVideoInfo)>§_gst_reserved: [gpointer; 4]Trait Implementations§
impl Copy for GstVideoAggregatorConvertPadClass
Auto Trait Implementations§
impl !Send for GstVideoAggregatorConvertPadClass
impl !Sync for GstVideoAggregatorConvertPadClass
impl Freeze for GstVideoAggregatorConvertPadClass
impl RefUnwindSafe for GstVideoAggregatorConvertPadClass
impl Unpin for GstVideoAggregatorConvertPadClass
impl UnsafeUnpin for GstVideoAggregatorConvertPadClass
impl UnwindSafe for GstVideoAggregatorConvertPadClass
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