... let ptr = NonNull::<u32>::dangling(); // Important: don't try to access the value of `ptr` without // initializing it first! The pointer is not null but ...
確定! 回上一頁