[][src]Struct gstreamer_sdp_sys::GstSDPMedia

#[repr(C)]pub struct GstSDPMedia {
    pub media: *mut c_char,
    pub port: c_uint,
    pub num_ports: c_uint,
    pub proto: *mut c_char,
    pub fmts: *mut GArray,
    pub information: *mut c_char,
    pub connections: *mut GArray,
    pub bandwidths: *mut GArray,
    pub key: GstSDPKey,
    pub attributes: *mut GArray,
}

Fields

media: *mut c_charport: c_uintnum_ports: c_uintproto: *mut c_charfmts: *mut GArrayinformation: *mut c_charconnections: *mut GArraybandwidths: *mut GArraykey: GstSDPKeyattributes: *mut GArray

Trait Implementations

impl Clone for GstSDPMedia[src]

impl Copy for GstSDPMedia[src]

impl Debug for GstSDPMedia[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.