#[repr(C)]pub struct GstValidatePipelineMonitor {
pub parent: GstValidateBinMonitor,
pub element_added_id: c_ulong,
pub print_pos_srcid: c_uint,
pub buffering: gboolean,
pub got_error: gboolean,
pub is_playbin: gboolean,
pub is_playbin3: gboolean,
pub stream_collection: *mut GstStreamCollection,
pub streams_selected: *mut GList,
pub deep_notify_id: c_ulong,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GstValidateBinMonitor
§element_added_id: c_ulong
§print_pos_srcid: c_uint
§buffering: gboolean
§got_error: gboolean
§is_playbin: gboolean
§is_playbin3: gboolean
§stream_collection: *mut GstStreamCollection
§streams_selected: *mut GList
§deep_notify_id: c_ulong
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstValidatePipelineMonitor
impl Clone for GstValidatePipelineMonitor
source§fn clone(&self) -> GstValidatePipelineMonitor
fn clone(&self) -> GstValidatePipelineMonitor
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 GstValidatePipelineMonitor
impl Debug for GstValidatePipelineMonitor
impl Copy for GstValidatePipelineMonitor
Auto Trait Implementations§
impl Freeze for GstValidatePipelineMonitor
impl RefUnwindSafe for GstValidatePipelineMonitor
impl !Send for GstValidatePipelineMonitor
impl !Sync for GstValidatePipelineMonitor
impl Unpin for GstValidatePipelineMonitor
impl UnwindSafe for GstValidatePipelineMonitor
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
)