Searched defs:cast_ref (Results 1 – 3 of 3) sorted by relevance
232 pub(crate) unsafe fn cast_ref<A: Copy, B: Copy>(a: &A) -> &B { in cast_ref() function
486 pub fn cast_ref<A: NoUninit, B: CheckedBitPattern>(a: &A) -> &B { in cast_ref() function
331 pub fn cast_ref<A: NoUninit, B: AnyBitPattern>(a: &A) -> &B { in cast_ref() function