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
impl Copy for GstRTSPTimeRange[src]
impl Copy for GstRTSPTimeRangeimpl Clone for GstRTSPTimeRange[src]
impl Clone for GstRTSPTimeRangefn clone(&self) -> GstRTSPTimeRange[src]
fn clone(&self) -> GstRTSPTimeRangeReturns 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 GstRTSPTimeRange[src]
impl Debug for GstRTSPTimeRangeAuto Trait Implementations
impl Send for GstRTSPTimeRange
impl Send for GstRTSPTimeRangeimpl Sync for GstRTSPTimeRange
impl Sync for GstRTSPTimeRange