Struct gstreamer_sys::GstDeviceMonitor [−][src]
#[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
impl Copy for GstDeviceMonitor[src]
impl Copy for GstDeviceMonitorimpl Clone for GstDeviceMonitor[src]
impl Clone for GstDeviceMonitorfn clone(&self) -> GstDeviceMonitor[src]
fn clone(&self) -> GstDeviceMonitorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstDeviceMonitor[src]
impl Debug for GstDeviceMonitorAuto Trait Implementations
impl !Send for GstDeviceMonitor
impl !Send for GstDeviceMonitorimpl !Sync for GstDeviceMonitor
impl !Sync for GstDeviceMonitor