Skip to main content

Crate ptrait

Crate ptrait 

Source

Structs§

Null
A struct represeting a null value.

Traits§

NonNullMutPtr
Non-null pointer-like types with mutable access.
NonNullPtr
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.
RawMutPtr
Marker trait identifying raw mut pointers.
RawPtr
Marker trait identifying raw pointers.