pub struct Weak {
name: &'static str,
addr: AtomicPtr<c_void>,
}
Fields§
§name: &'static str
§addr: AtomicPtr<c_void>
Implementations§
Auto Trait Implementations§
impl !Freeze for Weak
impl RefUnwindSafe for Weak
impl Send for Weak
impl Sync for Weak
impl Unpin for Weak
impl UnwindSafe for Weak
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