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_charstop: *mut c_charrepeat: *mut GArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstSDPTimeimpl !Send for GstSDPTimeimpl !Sync for GstSDPTimeimpl Unpin for GstSDPTimeimpl UnwindSafe for GstSDPTimeBlanket Implementations
Mutably borrows from an owned value. Read more