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