[][src]Trait uikit_sys::CIImage_AVDepthData

pub trait CIImage_AVDepthData: Sized + Deref {
    unsafe fn initWithDepthData_options_(
        self,
        data: AVDepthData,
        options: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithDepthData_(self, data: AVDepthData) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn depthData(self) -> AVDepthData
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageWithDepthData_options_(
        data: AVDepthData,
        options: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn imageWithDepthData_(data: AVDepthData) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithDepthData_options_(
    self,
    data: AVDepthData,
    options: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithDepthData_(self, data: AVDepthData) -> instancetype where
    Self::Target: Message + Sized

unsafe fn depthData(self) -> AVDepthData where
    Self::Target: Message + Sized

unsafe fn imageWithDepthData_options_(
    data: AVDepthData,
    options: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn imageWithDepthData_(data: AVDepthData) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl CIImage_AVDepthData for CIImage[src]

Loading content...