Struct gstreamer_sdp_sys::GstSDPTime[][src]

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

Fields

Trait Implementations

impl Copy for GstSDPTime
[src]

impl Clone for GstSDPTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSDPTime
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSDPTime

impl !Sync for GstSDPTime