[][src]Trait uikit_sys::IUIPointerStyle

pub trait IUIPointerStyle: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn styleWithEffect_shape_(
        effect: UIPointerEffect,
        shape: UIPointerShape
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn styleWithShape_constrainedAxes_(
        shape: UIPointerShape,
        axes: UIAxis
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hiddenPointerStyle() -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn new() -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn styleWithEffect_shape_(
    effect: UIPointerEffect,
    shape: UIPointerShape
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn styleWithShape_constrainedAxes_(
    shape: UIPointerShape,
    axes: UIAxis
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn hiddenPointerStyle() -> instancetype where
    Self::Target: Message + Sized

unsafe fn new() -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUIPointerStyle for UIPointerStyle[src]

Loading content...