Searched defs:candidate_b (Results 1 – 1 of 1) sorted by relevance
55 let candidate_b = ::zerocopy::Ptr::from_ref(&Two { b: true }); in two() localVariable56 let candidate_b = candidate_b.forget_aligned(); in two() localVariable58 let candidate_b = unsafe { candidate_b.assume_initialized() }; in two() localVariable