Skip to main content

msg_send_3

Function msg_send_3 

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

Send a message with 3 arguments.

ยงSafety

See msg_send_0 for safety requirements.