[][src]Trait uikit_sys::PUICoordinateSpace

pub trait PUICoordinateSpace: Sized + Deref {
    unsafe fn convertPoint_toCoordinateSpace_(
        self,
        point: CGPoint,
        coordinateSpace: *mut u64
    ) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn convertPoint_fromCoordinateSpace_(
        self,
        point: CGPoint,
        coordinateSpace: *mut u64
    ) -> CGPoint
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn convertRect_toCoordinateSpace_(
        self,
        rect: CGRect,
        coordinateSpace: *mut u64
    ) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn convertRect_fromCoordinateSpace_(
        self,
        rect: CGRect,
        coordinateSpace: *mut u64
    ) -> CGRect
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn bounds(self) -> CGRect
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn convertPoint_toCoordinateSpace_(
    self,
    point: CGPoint,
    coordinateSpace: *mut u64
) -> CGPoint where
    Self::Target: Message + Sized

unsafe fn convertPoint_fromCoordinateSpace_(
    self,
    point: CGPoint,
    coordinateSpace: *mut u64
) -> CGPoint where
    Self::Target: Message + Sized

unsafe fn convertRect_toCoordinateSpace_(
    self,
    rect: CGRect,
    coordinateSpace: *mut u64
) -> CGRect where
    Self::Target: Message + Sized

unsafe fn convertRect_fromCoordinateSpace_(
    self,
    rect: CGRect,
    coordinateSpace: *mut u64
) -> CGRect where
    Self::Target: Message + Sized

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

Loading content...

Implementors

impl PUICoordinateSpace for UIView[src]

Loading content...