pub(crate) struct DlsymWeak<F> {
name: &'static str,
func: AtomicPtr<c_void>,
_marker: PhantomData<F>,
}
Fields§
§name: &'static str
§func: AtomicPtr<c_void>
§_marker: PhantomData<F>
Implementations§
Auto Trait Implementations§
impl<F> RefUnwindSafe for DlsymWeak<F>where F: RefUnwindSafe,
impl<F> Send for DlsymWeak<F>where F: Send,
impl<F> Sync for DlsymWeak<F>where F: Sync,
impl<F> Unpin for DlsymWeak<F>where F: Unpin,
impl<F> UnwindSafe for DlsymWeak<F>where F: UnwindSafe,
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