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
impl Copy for GstDevice
[src]
impl Copy for GstDevice
impl Clone for GstDevice
[src]
impl Clone for GstDevice
fn clone(&self) -> GstDevice
[src]
fn clone(&self) -> GstDevice
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstDevice
[src]
impl Debug for GstDevice