Struct gstreamer_sys::GstPlugin
source · [−]#[repr(C)]pub struct GstPlugin { /* private fields */ }Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstPlugin
impl !Send for GstPlugin
impl !Sync for GstPlugin
impl !Unpin for GstPlugin
impl UnwindSafe for GstPlugin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more