[][src]Trait uikit_sys::CIImage_AVSemanticSegmentationMatte

pub trait CIImage_AVSemanticSegmentationMatte: Sized + Deref {
    unsafe fn initWithSemanticSegmentationMatte_options_(
        self,
        matte: AVSemanticSegmentationMatte,
        options: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithSemanticSegmentationMatte_(
        self,
        matte: AVSemanticSegmentationMatte
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn semanticSegmentationMatte(self) -> AVSemanticSegmentationMatte
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageWithSemanticSegmentationMatte_options_(
        matte: AVSemanticSegmentationMatte,
        options: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageWithSemanticSegmentationMatte_(
        matte: AVSemanticSegmentationMatte
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithSemanticSegmentationMatte_options_(
    self,
    matte: AVSemanticSegmentationMatte,
    options: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithSemanticSegmentationMatte_(
    self,
    matte: AVSemanticSegmentationMatte
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn semanticSegmentationMatte(self) -> AVSemanticSegmentationMatte where
    Self::Target: Message + Sized

unsafe fn imageWithSemanticSegmentationMatte_options_(
    matte: AVSemanticSegmentationMatte,
    options: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn imageWithSemanticSegmentationMatte_(
    matte: AVSemanticSegmentationMatte
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl CIImage_AVSemanticSegmentationMatte for CIImage[src]

Loading content...