Searched refs:self_ptr (Results 1 – 2 of 2) sorted by relevance
210 let self_ptr = unsafe { (links_field as *const u8).add(spoff) } localVariable212 let cell_inner = $crate::types::Opaque::raw_get(self_ptr);253 let self_ptr = unsafe { (links_field as *const u8).add(spoff) } localVariable255 let cell_inner = ::core::cell::UnsafeCell::raw_get(self_ptr);
202 self_ptr: Opaque<*const T>, field 216 pub const LIST_LINKS_SELF_PTR_OFFSET: usize = core::mem::offset_of!(Self, self_ptr);229 self_ptr: Opaque::uninit(), in new()