devela::_dep::bytemuck

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.