pub struct WeakId<T> { /* private fields */ }
Expand description
A pointer type for a weak reference to an Objective-C reference counted object.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for WeakId<T>
impl<T> !RefUnwindSafe for WeakId<T>
impl<T> Unpin for WeakId<T>where
T: Unpin,
impl<T> UnwindSafe for WeakId<T>where
T: 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