Struct gstreamer_sys::GstDeviceMonitor[][src]

#[repr(C)]
pub struct GstDeviceMonitor { pub parent: GstObject, pub priv_: *mut GstDeviceMonitorPrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstDeviceMonitor
[src]

impl Clone for GstDeviceMonitor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstDeviceMonitor
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstDeviceMonitor

impl !Sync for GstDeviceMonitor