Module lrs::ptr

Pointer manipulation.

Types

KindNameDescription
Struct NonZeroPtr
Struct OwnedPtr

Functions

NameDescription
drop

Runs the destructor of an object.

memcpy

Copies a number of elements between two non-overlapping pointers.

memmove

Copies a number of elements between two, possibly overlapping, pointers.

read

Reads a value from a pointer.

write

Writes a value to a pointer.