[][src]Trait uikit_sys::ICISampler

pub trait ICISampler: Sized + Deref {
    unsafe fn initWithImage_(self, im: CIImage) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithImage_keysAndValues_(
        self,
        im: CIImage,
        key0: id
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithImage_options_(
        self,
        im: CIImage,
        dict: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn definition(self) -> CIFilterShape
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn extent(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn samplerWithImage_(im: CIImage) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn samplerWithImage_keysAndValues_(
        im: CIImage,
        key0: id
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn samplerWithImage_options_(
        im: CIImage,
        dict: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithImage_(self, im: CIImage) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithImage_keysAndValues_(
    self,
    im: CIImage,
    key0: id
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithImage_options_(
    self,
    im: CIImage,
    dict: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn definition(self) -> CIFilterShape where
    Self::Target: Message + Sized

unsafe fn extent(self) -> CGRect where
    Self::Target: Message + Sized

unsafe fn samplerWithImage_(im: CIImage) -> instancetype where
    Self::Target: Message + Sized

unsafe fn samplerWithImage_keysAndValues_(im: CIImage, key0: id) -> instancetype where
    Self::Target: Message + Sized

unsafe fn samplerWithImage_options_(
    im: CIImage,
    dict: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICISampler for CISampler[src]

Loading content...