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.