[][src]Trait uikit_sys::ICAEAGLLayer

pub trait ICAEAGLLayer: Sized + Deref {
    unsafe fn presentsWithTransaction(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setPresentsWithTransaction_(self, presentsWithTransaction: BOOL)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn presentsWithTransaction(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setPresentsWithTransaction_(self, presentsWithTransaction: BOOL) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl ICAEAGLLayer for CAEAGLLayer[src]

Loading content...