Module nstd_sys::core::ptr

source ·
Available on crate feature core only.
Expand description

A sized pointer to some arbitrary type.

Modules

  • Provides useful utilities for working with raw pointers.

Structs

  • A sized immutable pointer to some arbitrary type.
  • A sized pointer to some arbitrary type.

Functions

Type Aliases