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