pub struct _GstMetaFactoryClass { /* private fields */ }Auto Trait Implementations§
impl Freeze for _GstMetaFactoryClass
impl RefUnwindSafe for _GstMetaFactoryClass
impl !Send for _GstMetaFactoryClass
impl !Sync for _GstMetaFactoryClass
impl !Unpin for _GstMetaFactoryClass
impl UnsafeUnpin for _GstMetaFactoryClass
impl UnwindSafe for _GstMetaFactoryClass
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