[][src]Struct gstreamer_rtsp_server_sys::GstRTSPMediaFactoryClass

#[repr(C)]
pub struct GstRTSPMediaFactoryClass {
    pub parent_class: GObjectClass,
    pub gen_key: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut c_char>,
    pub create_element: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut GstElement>,
    pub construct: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut GstRTSPMedia>,
    pub create_pipeline: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia) -> *mut GstElement>,
    pub configure: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>,
    pub media_constructed: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>,
    pub media_configure: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>,
    pub _gst_reserved: [gpointer; 20],
}

Fields

parent_class: GObjectClassgen_key: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut c_char>create_element: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut GstElement>construct: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *const GstRTSPUrl) -> *mut GstRTSPMedia>create_pipeline: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia) -> *mut GstElement>configure: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>media_constructed: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>media_configure: Option<unsafe extern "C" fn(_: *mut GstRTSPMediaFactory, _: *mut GstRTSPMedia)>_gst_reserved: [gpointer; 20]

Trait Implementations

impl Clone for GstRTSPMediaFactoryClass[src]

impl Copy for GstRTSPMediaFactoryClass[src]

impl Debug for GstRTSPMediaFactoryClass[src]

Auto Trait Implementations

impl !Send for GstRTSPMediaFactoryClass

impl Unpin for GstRTSPMediaFactoryClass

impl !Sync for GstRTSPMediaFactoryClass

impl UnwindSafe for GstRTSPMediaFactoryClass

impl RefUnwindSafe for GstRTSPMediaFactoryClass

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]