☰
Other items in
bytemuck
::
checked
All crates
?
Function
bytemuck
::
checked
::
cast
[
−
]
[src]
pub fn cast<A:
NoUninit
, B:
CheckedBitPattern
>(a: A) -> B
Expand description
Cast
T
into
U
Panics
This is like
try_cast
, but will panic on a size mismatch.