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