[][src]Trait uikit_sys::UIApplication_UIRemoteControlEvents

pub trait UIApplication_UIRemoteControlEvents: Sized + Deref {
    unsafe fn beginReceivingRemoteControlEvents(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn endReceivingRemoteControlEvents(self)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn beginReceivingRemoteControlEvents(self) where
    Self::Target: Message + Sized

unsafe fn endReceivingRemoteControlEvents(self) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIApplication_UIRemoteControlEvents for UIApplication[src]

Loading content...