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 GstDeviceMonitor
impl Clone for GstDeviceMonitor
[src]
impl Clone for GstDeviceMonitor
fn clone(&self) -> GstDeviceMonitor
[src]
fn clone(&self) -> GstDeviceMonitor
Returns 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 GstDeviceMonitor
Auto Trait Implementations
impl !Send for GstDeviceMonitor
impl !Send for GstDeviceMonitor
impl !Sync for GstDeviceMonitor
impl !Sync for GstDeviceMonitor