[][src]Struct uikit_sys::CIImage

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

Implementations

impl CIImage[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 CIImage_AVDepthData for CIImage[src]

impl CIImage_AVPortraitEffectsMatte for CIImage[src]

impl CIImage_AVSemanticSegmentationMatte for CIImage[src]

impl CIImage_AutoAdjustment for CIImage[src]

impl CIImage_CIImageProvider for CIImage[src]

impl CIImage_UIKitAdditions for CIImage[src]

impl Clone for CIImage[src]

impl Copy for CIImage[src]

impl Deref for CIImage[src]

type Target = Object

The resulting type after dereferencing.

impl ICIImage for CIImage[src]

impl INSObject for CIImage[src]

impl Message for CIImage[src]

impl NSObject_CIImageProvider for CIImage[src]

impl NSObject_NSCoderMethods for CIImage[src]

impl NSObject_NSCopyLinkMoveHandler for CIImage[src]

impl NSObject_NSDelayedPerforming for CIImage[src]

impl NSObject_NSDiscardableContentProxy for CIImage[src]

impl NSObject_NSErrorRecoveryAttempting for CIImage[src]

impl NSObject_NSKeyValueCoding for CIImage[src]

impl NSObject_NSKeyValueObserverNotification for CIImage[src]

impl NSObject_NSKeyValueObserverRegistration for CIImage[src]

impl NSObject_NSKeyValueObserving for CIImage[src]

impl NSObject_NSKeyValueObservingCustomization for CIImage[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for CIImage[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for CIImage[src]

impl NSObject_NSThreadPerformAdditions for CIImage[src]

impl NSObject_UIAccessibility for CIImage[src]

impl NSObject_UIAccessibilityAction for CIImage[src]

impl NSObject_UIAccessibilityContainer for CIImage[src]

impl NSObject_UIAccessibilityCustomRotor for CIImage[src]

impl NSObject_UIAccessibilityDragging for CIImage[src]

impl NSObject_UIAccessibilityFocus for CIImage[src]

impl NSObject_UINibLoadingAdditions for CIImage[src]

impl PNSCopying for CIImage[src]

impl PNSSecureCoding for CIImage[src]

Auto Trait Implementations

impl RefUnwindSafe for CIImage

impl !Send for CIImage

impl !Sync for CIImage

impl Unpin for CIImage

impl UnwindSafe for CIImage

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.