Trait objc2_foundation::NSPortDelegate
source · pub unsafe trait NSPortDelegate: NSObjectProtocol {
// Provided method
unsafe fn handlePortMessage(&self, message: &NSPortMessage)
where Self: Sized + Message { ... }
}
Available on crate feature
NSPort
only.Provided Methods§
unsafe fn handlePortMessage(&self, message: &NSPortMessage)
Available on crate feature
NSPortMessage
only.