Function cast_ref
pub fn cast_ref<A, B>(a: &A) -> &Bwhere
A: NoUninit,
B: CheckedBitPattern,
Available on crate feature
dep_bytemuck
only.pub fn cast_ref<A, B>(a: &A) -> &Bwhere
A: NoUninit,
B: CheckedBitPattern,
dep_bytemuck
only.