Skip to main content

msg_send_2

Function msg_send_2 

Source
pub unsafe fn msg_send_2<R, A, B>(obj: *const c_void, sel: Sel, a: A, b: B) -> R
Expand description

Send a message with 2 arguments.

ยงSafety

See msg_send_0 for safety requirements.