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

Trait Implementations

impl Copy for GstRTSPTimeRange
[src]

impl Clone for GstRTSPTimeRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPTimeRange
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstRTSPTimeRange

impl Sync for GstRTSPTimeRange