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