null_mut

Function null_mut 

Source
pub const fn null_mut() -> BitPtrMut
Expand description

Creates a null mutable raw bit pointer.


Analagous to ptr::null_mut.