[][src]Trait uikit_sys::INSMachPort

pub trait INSMachPort: Sized + Deref {
    unsafe fn initWithMachPort_(self, machPort: u32) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setDelegate_(self, anObject: *mut u64)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn delegate(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithMachPort_options_(
        self,
        machPort: u32,
        f: NSMachPortOptions
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn scheduleInRunLoop_forMode_(
        self,
        runLoop: NSRunLoop,
        mode: NSString
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeFromRunLoop_forMode_(
        self,
        runLoop: NSRunLoop,
        mode: NSString
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn machPort(self) -> u32
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn portWithMachPort_(machPort: u32) -> NSPort
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn portWithMachPort_options_(
        machPort: u32,
        f: NSMachPortOptions
    ) -> NSPort
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithMachPort_(self, machPort: u32) -> instancetype where
    Self::Target: Message + Sized

unsafe fn setDelegate_(self, anObject: *mut u64) where
    Self::Target: Message + Sized

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

unsafe fn initWithMachPort_options_(
    self,
    machPort: u32,
    f: NSMachPortOptions
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn scheduleInRunLoop_forMode_(self, runLoop: NSRunLoop, mode: NSString) where
    Self::Target: Message + Sized

unsafe fn removeFromRunLoop_forMode_(self, runLoop: NSRunLoop, mode: NSString) where
    Self::Target: Message + Sized

unsafe fn machPort(self) -> u32 where
    Self::Target: Message + Sized

unsafe fn portWithMachPort_(machPort: u32) -> NSPort where
    Self::Target: Message + Sized

unsafe fn portWithMachPort_options_(
    machPort: u32,
    f: NSMachPortOptions
) -> NSPort where
    Self::Target: Message + Sized

Loading content...

Implementors

impl INSMachPort for NSMachPort[src]

Loading content...