Struct objc2_foundation::NSMapEnumerator
source · #[repr(C)]pub struct NSMapEnumerator { /* private fields */ }
Available on crate feature
NSMapTable
only.Trait Implementations§
source§impl Clone for NSMapEnumerator
impl Clone for NSMapEnumerator
source§fn clone(&self) -> NSMapEnumerator
fn clone(&self) -> NSMapEnumerator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NSMapEnumerator
impl Debug for NSMapEnumerator
source§impl Encode for NSMapEnumerator
impl Encode for NSMapEnumerator
source§impl PartialEq for NSMapEnumerator
impl PartialEq for NSMapEnumerator
source§fn eq(&self, other: &NSMapEnumerator) -> bool
fn eq(&self, other: &NSMapEnumerator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RefEncode for NSMapEnumerator
impl RefEncode for NSMapEnumerator
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSMapEnumerator
impl StructuralPartialEq for NSMapEnumerator
Auto Trait Implementations§
impl Freeze for NSMapEnumerator
impl RefUnwindSafe for NSMapEnumerator
impl !Send for NSMapEnumerator
impl !Sync for NSMapEnumerator
impl Unpin for NSMapEnumerator
impl UnwindSafe for NSMapEnumerator
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.