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