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.pub unsafe trait NSMachPortDelegate: NSPortDelegate {
// Provided method
unsafe fn handleMachMessage(&self, msg: NonNull<c_void>)
where Self: Sized + Message { ... }
}
NSPort
only.