Struct gsthlssink3::plugin_desc::GstPluginDesc
source · pub struct GstPluginDesc(/* private fields */);
Trait Implementations§
impl Send for GstPluginDesc
impl Sync for GstPluginDesc
Auto Trait Implementations§
impl RefUnwindSafe for GstPluginDesc
impl Unpin for GstPluginDesc
impl UnwindSafe for GstPluginDesc
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