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