[][src]Trait uikit_sys::ICIFaceFeature

pub trait ICIFaceFeature: Sized + Deref {
    unsafe fn bounds(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hasLeftEyePosition(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn leftEyePosition(self) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hasRightEyePosition(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn rightEyePosition(self) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hasMouthPosition(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn mouthPosition(self) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hasTrackingID(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn trackingID(self) -> c_int
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hasTrackingFrameCount(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn trackingFrameCount(self) -> c_int
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hasFaceAngle(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn faceAngle(self) -> f32
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hasSmile(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn leftEyeClosed(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn rightEyeClosed(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn hasLeftEyePosition(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn leftEyePosition(self) -> CGPoint where
    Self::Target: Message + Sized

unsafe fn hasRightEyePosition(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn rightEyePosition(self) -> CGPoint where
    Self::Target: Message + Sized

unsafe fn hasMouthPosition(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn mouthPosition(self) -> CGPoint where
    Self::Target: Message + Sized

unsafe fn hasTrackingID(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn trackingID(self) -> c_int where
    Self::Target: Message + Sized

unsafe fn hasTrackingFrameCount(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn trackingFrameCount(self) -> c_int where
    Self::Target: Message + Sized

unsafe fn hasFaceAngle(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn faceAngle(self) -> f32 where
    Self::Target: Message + Sized

unsafe fn hasSmile(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn leftEyeClosed(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn rightEyeClosed(self) -> BOOL where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICIFaceFeature for CIFaceFeature[src]

Loading content...