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
Auto Trait Implementations
impl RefUnwindSafe for GstDeviceMonitor
impl !Send for GstDeviceMonitor
impl !Sync for GstDeviceMonitor
impl Unpin for GstDeviceMonitor
impl UnwindSafe for GstDeviceMonitor
Blanket Implementations
Mutably borrows from an owned value. Read more