shadow_
shim_
helper_
rs
0.0.0
Module notnull
Module Items
Functions
In crate shadow_
shim_
helper_
rs
shadow_shim_helper_rs
Module
notnull
Copy item path
source
Functions
ยง
notnull
Panics if NULL and returns the pointer.
notnull_
debug
Panics if NULL (when debug asserts are enabled), and returns the pointer.
notnull_
mut
Panics if NULL and returns the pointer.
notnull_
mut_
debug
Panics if NULL (when debug asserts are enabled), and returns the pointer.