Struct objc2_foundation::NSHashEnumerator
source · #[repr(C)]pub struct NSHashEnumerator { /* private fields */ }
Available on crate feature
NSHashTable
only.Trait Implementations§
source§impl Clone for NSHashEnumerator
impl Clone for NSHashEnumerator
source§fn clone(&self) -> NSHashEnumerator
fn clone(&self) -> NSHashEnumerator
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 NSHashEnumerator
impl Debug for NSHashEnumerator
source§impl Encode for NSHashEnumerator
impl Encode for NSHashEnumerator
source§impl PartialEq for NSHashEnumerator
impl PartialEq for NSHashEnumerator
source§fn eq(&self, other: &NSHashEnumerator) -> bool
fn eq(&self, other: &NSHashEnumerator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RefEncode for NSHashEnumerator
impl RefEncode for NSHashEnumerator
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 NSHashEnumerator
impl StructuralPartialEq for NSHashEnumerator
Auto Trait Implementations§
impl Freeze for NSHashEnumerator
impl RefUnwindSafe for NSHashEnumerator
impl !Send for NSHashEnumerator
impl !Sync for NSHashEnumerator
impl Unpin for NSHashEnumerator
impl UnwindSafe for NSHashEnumerator
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.