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