Struct gstreamer_sys::GstDeviceMonitor [−][src]
#[repr(C)]pub struct GstDeviceMonitor { pub parent: GstObject, pub priv_: *mut GstDeviceMonitorPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstObjectpriv_: *mut GstDeviceMonitorPrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDeviceMonitorimpl !Send for GstDeviceMonitorimpl !Sync for GstDeviceMonitorimpl Unpin for GstDeviceMonitorimpl UnwindSafe for GstDeviceMonitorBlanket Implementations
Mutably borrows from an owned value. Read more