Struct gstreamer_rtsp_sys::GstRTSPRange[][src]

#[repr(C)]
pub struct GstRTSPRange { pub min: c_int, pub max: c_int, }

Fields

Trait Implementations

impl Copy for GstRTSPRange
[src]

impl Clone for GstRTSPRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPRange
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstRTSPRange

impl Sync for GstRTSPRange