[][src]Function lokacore::cast_mut

pub fn cast_mut<A, B>(a: &mut A) -> &mut B where
    A: Pod,
    B: Pod

Cast &mut T into &mut U.

Panics

This is try_cast_mut with an unwrap.