Skip to main content

get_const_mut

Function get_const_mut 

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

Raw (*mut T) const-keyed view in the DefaultNamespace.

ยงSafety

See Namespace::generic_static_mut.