[][src]Trait uikit_sys::IUISpringTimingParameters

pub trait IUISpringTimingParameters: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithDampingRatio_initialVelocity_(
        self,
        ratio: CGFloat,
        velocity: CGVector
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithMass_stiffness_damping_initialVelocity_(
        self,
        mass: CGFloat,
        stiffness: CGFloat,
        damping: CGFloat,
        velocity: CGVector
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithDampingRatio_(self, ratio: CGFloat) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initialVelocity(self) -> CGVector
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithDampingRatio_initialVelocity_(
    self,
    ratio: CGFloat,
    velocity: CGVector
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithMass_stiffness_damping_initialVelocity_(
    self,
    mass: CGFloat,
    stiffness: CGFloat,
    damping: CGFloat,
    velocity: CGVector
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithDampingRatio_(self, ratio: CGFloat) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initialVelocity(self) -> CGVector where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUISpringTimingParameters for UISpringTimingParameters[src]

Loading content...