pub struct RtspDestinationDetector {}Trait Implementations§
Source§impl Debug for RtspDestinationDetector
impl Debug for RtspDestinationDetector
Source§impl Default for RtspDestinationDetector
impl Default for RtspDestinationDetector
Source§fn default() -> RtspDestinationDetector
fn default() -> RtspDestinationDetector
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RtspDestinationDetector
impl RefUnwindSafe for RtspDestinationDetector
impl Send for RtspDestinationDetector
impl Sync for RtspDestinationDetector
impl Unpin for RtspDestinationDetector
impl UnwindSafe for RtspDestinationDetector
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