Searched refs:PointerGuard (Results 1 – 2 of 2) sorted by relevance
165 struct PointerGuard<'a, T: PointerOps> { in clone_pointer_from_raw() struct170 impl<'a, T: PointerOps> Drop for PointerGuard<'a, T> { in clone_pointer_from_raw() implementation182 let holder = PointerGuard { in clone_pointer_from_raw()
5749 class PointerGuard { class