[][src]Struct gstreamer_sdp_sys::GstSDPTime

#[repr(C)]
pub struct GstSDPTime {
    pub start: *mut c_char,
    pub stop: *mut c_char,
    pub repeat: *mut GArray,
}

Fields

start: *mut c_charstop: *mut c_charrepeat: *mut GArray

Trait Implementations

impl Clone for GstSDPTime[src]

impl Copy for GstSDPTime[src]

impl Debug for GstSDPTime[src]

Auto Trait Implementations

impl !Send for GstSDPTime

impl Unpin for GstSDPTime

impl !Sync for GstSDPTime

impl UnwindSafe for GstSDPTime

impl RefUnwindSafe for GstSDPTime

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]