Struct gstreamer_rtsp_sys::_GstRTSPWatch
source · #[repr(C)]pub struct _GstRTSPWatch { /* private fields */ }
Auto Trait Implementations§
impl Freeze for _GstRTSPWatch
impl RefUnwindSafe for _GstRTSPWatch
impl !Send for _GstRTSPWatch
impl !Sync for _GstRTSPWatch
impl !Unpin for _GstRTSPWatch
impl UnwindSafe for _GstRTSPWatch
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