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