Function traitobject::data_mut [] [src]

pub unsafe fn data_mut<T: ?Sized>(val: *mut T) -> *mut ()

Get the data pointer from this trait object, mutably.

Highly unsafe, as there is no information about the type of the data.