[][src]Trait uikit_sys::ICIQRCodeFeature

pub trait ICIQRCodeFeature: Sized + Deref {
    unsafe fn bounds(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn topLeft(self) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn topRight(self) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn bottomLeft(self) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn bottomRight(self) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn messageString(self) -> NSString
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn symbolDescriptor(self) -> CIQRCodeDescriptor
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

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

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

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

unsafe fn messageString(self) -> NSString where
    Self::Target: Message + Sized

unsafe fn symbolDescriptor(self) -> CIQRCodeDescriptor where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICIQRCodeFeature for CIQRCodeFeature[src]

Loading content...