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