pub(crate) struct ExternWeak<F: Copy> {
weak_ptr: Option<F>,
}
Fields§
§weak_ptr: Option<F>
Implementations§
Auto Trait Implementations§
impl<F> RefUnwindSafe for ExternWeak<F>where F: RefUnwindSafe,
impl<F> Send for ExternWeak<F>where F: Send,
impl<F> Sync for ExternWeak<F>where F: Sync,
impl<F> Unpin for ExternWeak<F>where F: Unpin,
impl<F> UnwindSafe for ExternWeak<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