[][src]Trait uikit_sys::PCAMetalDrawable

pub trait PCAMetalDrawable: Sized + Deref {
    unsafe fn texture(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn layer(self) -> CAMetalLayer
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn texture(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn layer(self) -> CAMetalLayer where
    Self::Target: Message + Sized

Loading content...

Implementors

Loading content...