Searched defs:Refcount (Results 1 – 2 of 2) sorted by relevance
20 pub struct Refcount(Opaque<bindings::refcount_t>); struct22 impl Refcount { impl111 unsafe impl Send for Refcount {} implementation114 unsafe impl Sync for Refcount {} implementation
206 pub(crate) fn refcount(&self) -> &Refcount { in refcount()216 pub(crate) unsafe fn refcount_ptr(this: *mut Self) -> *mut Refcount { in refcount_ptr()