Searched defs:cast_ref (Results 1 – 6 of 6) 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
337 pub fn cast_ref<A: NoUninit, B: AnyBitPattern>(a: &A) -> &B { in cast_ref() function
491 pub fn cast_ref<A: NoUninit, B: CheckedBitPattern>(a: &A) -> &B { in cast_ref() function
365 pub fn cast_ref<A: NoUninit, B: AnyBitPattern>(a: &A) -> &B { in cast_ref() function