Struct gfx_backend_gl::Wstarc [−][src]
pub struct Wstarc<T: ?Sized> { /* fields omitted */ }
Single-threaded Weak.
Wrapper for Weak that allows you to Send it even if T: !Sync.
Yet internal data cannot be accessed outside of the thread where it was created.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T: ?Sized> RefUnwindSafe for Wstarc<T> where
T: RefUnwindSafe,
impl<T: ?Sized> RefUnwindSafe for Wstarc<T> where
T: RefUnwindSafe, impl<T: ?Sized> UnwindSafe for Wstarc<T> where
T: RefUnwindSafe,
impl<T: ?Sized> UnwindSafe for Wstarc<T> where
T: RefUnwindSafe,