[][src]Trait uikit_sys::IUIRotationGestureRecognizer

pub trait IUIRotationGestureRecognizer: Sized + Deref {
    unsafe fn rotation(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setRotation_(self, rotation: CGFloat)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn velocity(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn rotation(self) -> CGFloat where
    Self::Target: Message + Sized

unsafe fn setRotation_(self, rotation: CGFloat) where
    Self::Target: Message + Sized

unsafe fn velocity(self) -> CGFloat where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIRotationGestureRecognizer for UIRotationGestureRecognizer[src]

Loading content...