[][src]Trait uikit_sys::NSNotification_NSNotificationCreation

pub trait NSNotification_NSNotificationCreation: Sized + Deref {
    unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn notificationWithName_object_(
        aName: NSString,
        anObject: id
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn notificationWithName_object_userInfo_(
        aName: NSString,
        anObject: id,
        aUserInfo: NSDictionary
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn notificationWithName_object_(
    aName: NSString,
    anObject: id
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn notificationWithName_object_userInfo_(
    aName: NSString,
    anObject: id,
    aUserInfo: NSDictionary
) -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl NSNotification_NSNotificationCreation for NSNotification[src]

Loading content...