pub unsafe fn get_mut<T>() -> *mut Twhere
T: 'static + Zeroable,Expand description
Raw (*mut T) view of the generic static in the DefaultNamespace.
Same slot as get; the static mut equivalent.
pub unsafe fn get_mut<T>() -> *mut Twhere
T: 'static + Zeroable,Raw (*mut T) view of the generic static in the DefaultNamespace.
Same slot as get; the static mut equivalent.