pub struct SwiftRef<'a, T: SwiftObject>(/* private fields */);
Expand description
Reference to an NSObject
for internal use by swift!
.
Auto Trait Implementations§
impl<'a, T> Freeze for SwiftRef<'a, T>
impl<'a, T> RefUnwindSafe for SwiftRef<'a, T>
impl<'a, T> Send for SwiftRef<'a, T>
impl<'a, T> Sync for SwiftRef<'a, T>
impl<'a, T> Unpin for SwiftRef<'a, T>
impl<'a, T> UnwindSafe for SwiftRef<'a, T>
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