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