Searched defs:UserPtr (Results 1 – 1 of 1) sorted by relevance
22 pub struct UserPtr(*mut c_void); struct24 impl UserPtr { impl58 pub fn wrapping_byte_add(self, add: usize) -> UserPtr { in wrapping_byte_add()164 pub fn new(ptr: UserPtr, length: usize) -> Self { in new()