[][src]Function dart_sys::Dart_SetPeer

pub unsafe extern "C" fn Dart_SetPeer(
    object: Dart_Handle,
    peer: *mut c_void
) -> Dart_Handle

Sets the value of the peer field of 'object' to the value of 'peer'.

\param object An object. \param peer A value to store in the peer field.

\return Returns an error if 'object' is a subtype of Null, num, or bool.