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
start: *mut c_char
stop: *mut c_char
repeat: *mut GArray
Trait Implementations
impl Copy for GstSDPTime
[src]
impl Copy for GstSDPTime
impl Clone for GstSDPTime
[src]
impl Clone for GstSDPTime
fn clone(&self) -> GstSDPTime
[src]
fn clone(&self) -> GstSDPTime
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstSDPTime
[src]
impl Debug for GstSDPTime
Auto Trait Implementations
impl !Send for GstSDPTime
impl !Send for GstSDPTime
impl !Sync for GstSDPTime
impl !Sync for GstSDPTime