[][src]Struct uikit_sys::NSCountedSet

#[repr(transparent)]pub struct NSCountedSet(pub id);

Implementations

impl NSCountedSet[src]

pub fn alloc() -> Self[src]

Methods from Deref<Target = Object>

pub fn class(&self) -> &Class[src]

Returns the class of self.

pub unsafe fn get_ivar<T>(&self, name: &str) -> &T where
    T: Encode
[src]

Returns a reference to the ivar of self with the given name. Panics if self has no ivar with the given name. Unsafe because the caller must ensure that the ivar is actually of type T.

Trait Implementations

impl Clone for NSCountedSet[src]

impl Copy for NSCountedSet[src]

impl Deref for NSCountedSet[src]

type Target = Object

The resulting type after dereferencing.

impl<ObjectType: 'static> INSCountedSet<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> INSMutableSet<ObjectType> for NSCountedSet[src]

impl INSObject for NSCountedSet[src]

impl<ObjectType: 'static> INSSet<ObjectType> for NSCountedSet[src]

impl Message for NSCountedSet[src]

impl<ObjectType: 'static> NSMutableSet_NSExtendedMutableSet<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSMutableSet_NSMutableSetCreation<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSMutableSet_NSPredicateSupport<ObjectType> for NSCountedSet[src]

impl NSObject_CIImageProvider for NSCountedSet[src]

impl NSObject_NSCoderMethods for NSCountedSet[src]

impl NSObject_NSCopyLinkMoveHandler for NSCountedSet[src]

impl NSObject_NSDelayedPerforming for NSCountedSet[src]

impl NSObject_NSDiscardableContentProxy for NSCountedSet[src]

impl NSObject_NSErrorRecoveryAttempting for NSCountedSet[src]

impl NSObject_NSKeyValueCoding for NSCountedSet[src]

impl NSObject_NSKeyValueObserverNotification for NSCountedSet[src]

impl NSObject_NSKeyValueObserverRegistration for NSCountedSet[src]

impl NSObject_NSKeyValueObserving for NSCountedSet[src]

impl NSObject_NSKeyValueObservingCustomization for NSCountedSet[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for NSCountedSet[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for NSCountedSet[src]

impl NSObject_NSThreadPerformAdditions for NSCountedSet[src]

impl NSObject_UIAccessibility for NSCountedSet[src]

impl NSObject_UIAccessibilityAction for NSCountedSet[src]

impl NSObject_UIAccessibilityContainer for NSCountedSet[src]

impl NSObject_UIAccessibilityCustomRotor for NSCountedSet[src]

impl NSObject_UIAccessibilityDragging for NSCountedSet[src]

impl NSObject_UIAccessibilityFocus for NSCountedSet[src]

impl NSObject_UINibLoadingAdditions for NSCountedSet[src]

impl<ObjectType: 'static> NSSet_NSExtendedSet<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSSet_NSKeyValueCoding<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSSet_NSKeyValueObserverRegistration<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSSet_NSPredicateSupport<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSSet_NSSetCreation<ObjectType> for NSCountedSet[src]

impl<ObjectType: 'static> NSSet_NSSortDescriptorSorting<ObjectType> for NSCountedSet[src]

Auto Trait Implementations

impl RefUnwindSafe for NSCountedSet

impl !Send for NSCountedSet

impl !Sync for NSCountedSet

impl Unpin for NSCountedSet

impl UnwindSafe for NSCountedSet

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.