[][src]Struct gstreamer_sdp_sys::GstSDPMessage

#[repr(C)]pub struct GstSDPMessage {
    pub version: *mut c_char,
    pub origin: GstSDPOrigin,
    pub session_name: *mut c_char,
    pub information: *mut c_char,
    pub uri: *mut c_char,
    pub emails: *mut GArray,
    pub phones: *mut GArray,
    pub connection: GstSDPConnection,
    pub bandwidths: *mut GArray,
    pub times: *mut GArray,
    pub zones: *mut GArray,
    pub key: GstSDPKey,
    pub attributes: *mut GArray,
    pub medias: *mut GArray,
}

Fields

version: *mut c_charorigin: GstSDPOriginsession_name: *mut c_charinformation: *mut c_charuri: *mut c_charemails: *mut GArrayphones: *mut GArrayconnection: GstSDPConnectionbandwidths: *mut GArraytimes: *mut GArrayzones: *mut GArraykey: GstSDPKeyattributes: *mut GArraymedias: *mut GArray

Trait Implementations

impl Clone for GstSDPMessage[src]

impl Copy for GstSDPMessage[src]

impl Debug for GstSDPMessage[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.