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
Auto Trait Implementations
impl RefUnwindSafe for GstSDPTime
impl !Send for GstSDPTime
impl !Sync for GstSDPTime
impl Unpin for GstSDPTime
impl UnwindSafe for GstSDPTime
Blanket Implementations
Mutably borrows from an owned value. Read more