[][src]Trait uikit_sys::ICAMediaTimingFunction

pub trait ICAMediaTimingFunction: Sized + Deref {
    unsafe fn initWithControlPoints____(
        self,
        c1x: f32,
        c1y: f32,
        c2x: f32,
        c2y: f32
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn getControlPointAtIndex_values_(self, idx: size_t, ptr: *mut f32)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn functionWithName_(name: NSString) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn functionWithControlPoints____(
        c1x: f32,
        c1y: f32,
        c2x: f32,
        c2y: f32
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithControlPoints____(
    self,
    c1x: f32,
    c1y: f32,
    c2x: f32,
    c2y: f32
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn getControlPointAtIndex_values_(self, idx: size_t, ptr: *mut f32) where
    Self::Target: Message + Sized

unsafe fn functionWithName_(name: NSString) -> instancetype where
    Self::Target: Message + Sized

unsafe fn functionWithControlPoints____(
    c1x: f32,
    c1y: f32,
    c2x: f32,
    c2y: f32
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICAMediaTimingFunction for CAMediaTimingFunction[src]

Loading content...