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