Struct gstreamer_sdp_sys::GstSDPTime
source · #[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 GArrayTrait Implementations§
source§impl Clone for GstSDPTime
impl Clone for GstSDPTime
source§fn clone(&self) -> GstSDPTime
fn clone(&self) -> GstSDPTime
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more