[][src]Struct gstreamer_audio_sys::GstAudioCdSrcClass

#[repr(C)]
pub struct GstAudioCdSrcClass {
    pub pushsrc_class: GstPushSrcClass,
    pub open: Option<unsafe extern "C" fn(_: *mut GstAudioCdSrc, _: *const c_char) -> gboolean>,
    pub close: Option<unsafe extern "C" fn(_: *mut GstAudioCdSrc)>,
    pub read_sector: Option<unsafe extern "C" fn(_: *mut GstAudioCdSrc, _: c_int) -> *mut GstBuffer>,
    pub _gst_reserved: [gpointer; 20],
}

Fields

pushsrc_class: GstPushSrcClassopen: Option<unsafe extern "C" fn(_: *mut GstAudioCdSrc, _: *const c_char) -> gboolean>close: Option<unsafe extern "C" fn(_: *mut GstAudioCdSrc)>read_sector: Option<unsafe extern "C" fn(_: *mut GstAudioCdSrc, _: c_int) -> *mut GstBuffer>_gst_reserved: [gpointer; 20]

Trait Implementations

impl Clone for GstAudioCdSrcClass[src]

impl Copy for GstAudioCdSrcClass[src]

impl Debug for GstAudioCdSrcClass[src]

Auto Trait Implementations

impl !Send for GstAudioCdSrcClass

impl Unpin for GstAudioCdSrcClass

impl !Sync for GstAudioCdSrcClass

impl UnwindSafe for GstAudioCdSrcClass

impl RefUnwindSafe for GstAudioCdSrcClass

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]