[src]

Function std::cast::transmute_mut

pub unsafe fn transmute_mut<'a, T>(ptr: &'a T) -> &'a mut T

Coerce an immutable reference to be mutable.