Skip to main content

get_mut

Function get_mut 

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

Raw (*mut T) view of the generic static in the DefaultNamespace.

Same slot as get; the static mut equivalent.

ยงSafety

See Namespace::generic_static_mut.