Struct gstreamer_sys::GstTypeFindFactory
source · [−]#[repr(C)]pub struct GstTypeFindFactory { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstTypeFindFactory
impl !Send for GstTypeFindFactory
impl !Sync for GstTypeFindFactory
impl !Unpin for GstTypeFindFactory
impl UnwindSafe for GstTypeFindFactory
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more