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