pub enum RtspRangeType {
NPT,
CLOCK,
}Variants§
Trait Implementations§
Source§impl Clone for RtspRangeType
impl Clone for RtspRangeType
Source§fn clone(&self) -> RtspRangeType
fn clone(&self) -> RtspRangeType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RtspRangeType
impl Debug for RtspRangeType
Source§impl Default for RtspRangeType
impl Default for RtspRangeType
Source§fn default() -> RtspRangeType
fn default() -> RtspRangeType
Returns the “default value” for a type. Read more
Source§impl PartialEq for RtspRangeType
impl PartialEq for RtspRangeType
impl StructuralPartialEq for RtspRangeType
Auto Trait Implementations§
impl Freeze for RtspRangeType
impl RefUnwindSafe for RtspRangeType
impl Send for RtspRangeType
impl Sync for RtspRangeType
impl Unpin for RtspRangeType
impl UnwindSafe for RtspRangeType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more