Struct gstreamer_sys::GstDeviceMonitor
source · #[repr(C)]pub struct GstDeviceMonitor {
pub parent: GstObject,
pub priv_: *mut GstDeviceMonitorPrivate,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent: GstObject§priv_: *mut GstDeviceMonitorPrivate§_gst_reserved: [gpointer; 4]Trait Implementations§
source§impl Clone for GstDeviceMonitor
impl Clone for GstDeviceMonitor
source§fn clone(&self) -> GstDeviceMonitor
fn clone(&self) -> GstDeviceMonitor
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 more