Skip to main content

get_in_const_mut

Function get_in_const_mut 

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

Raw (*mut T) const-keyed view in an explicit namespace.

ยงSafety

See Namespace::generic_static_mut.