Function arcdps::extras::user::to_user_info_iter
source ยท pub unsafe fn to_user_info_iter<'a>(
ptr: *const UserInfo,
len: u64,
) -> UserInfoIter<'a>
Expand description
Helper to generate an iterator over UserInfo
structs.