#[repr(C)]pub struct GstValidateElementMonitor {
pub parent: GstValidateMonitor,
pub pad_added_id: c_ulong,
pub pad_monitors: *mut GList,
pub is_decoder: gboolean,
pub is_encoder: gboolean,
pub is_demuxer: gboolean,
pub is_converter: gboolean,
pub is_sink: gboolean,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GstValidateMonitor
§pad_added_id: c_ulong
§pad_monitors: *mut GList
§is_decoder: gboolean
§is_encoder: gboolean
§is_demuxer: gboolean
§is_converter: gboolean
§is_sink: gboolean
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstValidateElementMonitor
impl Clone for GstValidateElementMonitor
source§fn clone(&self) -> GstValidateElementMonitor
fn clone(&self) -> GstValidateElementMonitor
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 GstValidateElementMonitor
impl Debug for GstValidateElementMonitor
impl Copy for GstValidateElementMonitor
Auto Trait Implementations§
impl Freeze for GstValidateElementMonitor
impl RefUnwindSafe for GstValidateElementMonitor
impl !Send for GstValidateElementMonitor
impl !Sync for GstValidateElementMonitor
impl Unpin for GstValidateElementMonitor
impl UnwindSafe for GstValidateElementMonitor
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
)