Trait objc2_foundation::NSMachPortDelegate
source · pub unsafe trait NSMachPortDelegate: NSPortDelegate {
// Provided method
unsafe fn handleMachMessage(&self, msg: NonNull<c_void>)
where Self: Sized + Message { ... }
}
Available on crate feature
NSPort
only.