pub struct NSDictionary(pub StrongPtr);
Tuple Fields§
§0: StrongPtr
Implementations§
Source§impl NSDictionary
impl NSDictionary
Auto Trait Implementations§
impl Freeze for NSDictionary
impl RefUnwindSafe for NSDictionary
impl !Send for NSDictionary
impl !Sync for NSDictionary
impl Unpin for NSDictionary
impl UnwindSafe for NSDictionary
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