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 GstRTSPTimeRange
impl Clone for GstRTSPTimeRange
[src]
impl Clone for GstRTSPTimeRange
fn clone(&self) -> GstRTSPTimeRange
[src]
fn clone(&self) -> GstRTSPTimeRange
Returns 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 GstRTSPTimeRange
Auto Trait Implementations
impl Send for GstRTSPTimeRange
impl Send for GstRTSPTimeRange
impl Sync for GstRTSPTimeRange
impl Sync for GstRTSPTimeRange