Structs§
- Null
- A struct represeting a null value.
Traits§
- NonNull
MutPtr - Non-null pointer-like types with mutable access.
- NonNull
Ptr - Marker trait identifying pointer-like types that are non-null by construction.
- Ptr
- Common abstraction for pointer-like types.
- PtrMut
- Pointer-like types that permit mutable access.
- RawMut
Ptr - Marker trait identifying raw mut pointers.
- RawPtr
- Marker trait identifying raw pointers.