[][src]Struct uikit_sys::CIContext

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

Implementations

impl CIContext[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 CIContext_CIDepthBlurEffect for CIContext[src]

impl CIContext_CIRenderDestination for CIContext[src]

impl CIContext_ImageRepresentation for CIContext[src]

impl CIContext_OfflineGPUSupport for CIContext[src]

impl CIContext_createCGImage for CIContext[src]

impl Clone for CIContext[src]

impl Copy for CIContext[src]

impl Deref for CIContext[src]

type Target = Object

The resulting type after dereferencing.

impl ICIContext for CIContext[src]

impl INSObject for CIContext[src]

impl Message for CIContext[src]

impl NSObject_CIImageProvider for CIContext[src]

impl NSObject_NSCoderMethods for CIContext[src]

impl NSObject_NSCopyLinkMoveHandler for CIContext[src]

impl NSObject_NSDelayedPerforming for CIContext[src]

impl NSObject_NSDiscardableContentProxy for CIContext[src]

impl NSObject_NSErrorRecoveryAttempting for CIContext[src]

impl NSObject_NSKeyValueCoding for CIContext[src]

impl NSObject_NSKeyValueObserverNotification for CIContext[src]

impl NSObject_NSKeyValueObserverRegistration for CIContext[src]

impl NSObject_NSKeyValueObserving for CIContext[src]

impl NSObject_NSKeyValueObservingCustomization for CIContext[src]

impl NSObject_NSKeyedArchiverObjectSubstitution for CIContext[src]

impl NSObject_NSKeyedUnarchiverObjectSubstitution for CIContext[src]

impl NSObject_NSThreadPerformAdditions for CIContext[src]

impl NSObject_UIAccessibility for CIContext[src]

impl NSObject_UIAccessibilityAction for CIContext[src]

impl NSObject_UIAccessibilityContainer for CIContext[src]

impl NSObject_UIAccessibilityCustomRotor for CIContext[src]

impl NSObject_UIAccessibilityDragging for CIContext[src]

impl NSObject_UIAccessibilityFocus for CIContext[src]

impl NSObject_UINibLoadingAdditions for CIContext[src]

Auto Trait Implementations

impl RefUnwindSafe for CIContext

impl !Send for CIContext

impl !Sync for CIContext

impl Unpin for CIContext

impl UnwindSafe for CIContext

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.