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