Struct gstreamer_sys::GstDevice [−][src]
#[repr(C)]pub struct GstDevice { pub parent: GstObject, pub priv_: *mut GstDevicePrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstObjectpriv_: *mut GstDevicePrivate_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstDeviceimpl UnwindSafe for GstDeviceBlanket Implementations
Mutably borrows from an owned value. Read more