Function cast_ref

pub fn cast_ref<A, B>(a: &A) -> &B
where A: NoUninit, B: AnyBitPattern,
Available on crate feature dep_bytemuck only.
Expand description

Cast &A into &B.

§Panics

This is try_cast_ref but will panic on error.