[][src]Function lokacore::cast_mut

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

As try_cast_mut, but unwraps the result for you.