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