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