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