Struct gstreamer_rtsp_sys::GstRTSPTimeRange [−][src]
#[repr(C)]pub struct GstRTSPTimeRange { pub unit: GstRTSPRangeUnit, pub min: GstRTSPTime, pub max: GstRTSPTime, pub min2: GstRTSPTime2, pub max2: GstRTSPTime2, }
Fields
unit: GstRTSPRangeUnit
min: GstRTSPTime
max: GstRTSPTime
min2: GstRTSPTime2
max2: GstRTSPTime2
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPTimeRange
impl Send for GstRTSPTimeRange
impl Sync for GstRTSPTimeRange
impl Unpin for GstRTSPTimeRange
impl UnwindSafe for GstRTSPTimeRange
Blanket Implementations
Mutably borrows from an owned value. Read more