Function axmem::copy_data_to_user
source · pub fn copy_data_to_user<T>(token: usize, ptr: *const u8, data: &T)
Expand description
Copy a data' with type
T’ from current memory space into position ptr' of the userspace
token’ (not used)