[][src]Trait uikit_sys::PEAGLDrawable

pub trait PEAGLDrawable: Sized + Deref {
    unsafe fn drawableProperties(self) -> NSDictionary
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDrawableProperties_(self, drawableProperties: NSDictionary)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn drawableProperties(self) -> NSDictionary where
    Self::Target: Message + Sized

unsafe fn setDrawableProperties_(self, drawableProperties: NSDictionary) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PEAGLDrawable for CAEAGLLayer[src]

Loading content...