Skip to main content

get_in_mut

Function get_in_mut 

Source
pub unsafe fn get_in_mut<NS, T>() -> *mut T
where NS: Namespace, T: 'static + Zeroable,
Expand description

Raw (*mut T) view of the generic static in an explicit namespace.

ยงSafety

See Namespace::generic_static_mut.