setUserDataRaw

Template function to help set SubmissionEntry user_data field. This differs to setUserData in that it emplaces the provided data directly into SQE user_data field and not the pointer to the data.

Because of that, data must be of ulong.sizeof.

nothrow @nogc ref @trusted
SubmissionEntry
setUserDataRaw
(
D
)
(
return ref SubmissionEntry entry
,
auto ref D data
)
if (
D.sizeof == ulong.sizeof
)

Meta