Struct gstreamer_audio_sys::GstAudioCdSrc [−][src]
#[repr(C)]pub struct GstAudioCdSrc { pub pushsrc: GstPushSrc, pub tags: *mut GstTagList, pub priv_: *mut GstAudioCdSrcPrivate, pub _gst_reserved1: [c_uint; 2], pub _gst_reserved2: [gpointer; 2], }
Fields
pushsrc: GstPushSrc
priv_: *mut GstAudioCdSrcPrivate
_gst_reserved1: [c_uint; 2]
_gst_reserved2: [gpointer; 2]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstAudioCdSrc
impl !Send for GstAudioCdSrc
impl !Sync for GstAudioCdSrc
impl Unpin for GstAudioCdSrc
impl UnwindSafe for GstAudioCdSrc
Blanket Implementations
Mutably borrows from an owned value. Read more