Struct gstreamer_sys::GstDevice[][src]

#[repr(C)]
pub struct GstDevice { pub parent: GstObject, pub priv_: *mut GstDevicePrivate, pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstDevice
[src]

impl Clone for GstDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstDevice
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstDevice

impl !Sync for GstDevice