#[repr(C)]pub struct GstValidateReporterInterface {
pub parent: GTypeInterface,
pub intercept_report: Option<unsafe extern "C" fn(_: *mut GstValidateReporter, _: *mut GstValidateReport) -> GstValidateInterceptionReturn>,
pub get_reporting_level: Option<unsafe extern "C" fn(_: *mut GstValidateReporter) -> GstValidateReportingDetails>,
pub get_pipeline: Option<unsafe extern "C" fn(_: *mut GstValidateReporter) -> *mut GstPipeline>,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GTypeInterface
§intercept_report: Option<unsafe extern "C" fn(_: *mut GstValidateReporter, _: *mut GstValidateReport) -> GstValidateInterceptionReturn>
§get_reporting_level: Option<unsafe extern "C" fn(_: *mut GstValidateReporter) -> GstValidateReportingDetails>
§get_pipeline: Option<unsafe extern "C" fn(_: *mut GstValidateReporter) -> *mut GstPipeline>
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstValidateReporterInterface
impl Clone for GstValidateReporterInterface
source§fn clone(&self) -> GstValidateReporterInterface
fn clone(&self) -> GstValidateReporterInterface
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 GstValidateReporterInterface
impl Debug for GstValidateReporterInterface
impl Copy for GstValidateReporterInterface
Auto Trait Implementations§
impl Freeze for GstValidateReporterInterface
impl RefUnwindSafe for GstValidateReporterInterface
impl !Send for GstValidateReporterInterface
impl !Sync for GstValidateReporterInterface
impl Unpin for GstValidateReporterInterface
impl UnwindSafe for GstValidateReporterInterface
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
)