[][src]Module pre::core::ptr

pre definitions for the core::ptr module.

This module was generated by a extern_crate attribute. It acts as a drop-in replacement for the core::ptr module.

Re-exports

pub use core::ptr::*;

Functions

NonNull__impl__new_unchecked__

A stub for the preconditions of the core::ptr::NonNull<T>::new_unchecked function.

copy

core::ptr::copy with preconditions.

copy_nonoverlapping

core::ptr::copy_nonoverlapping with preconditions.

drop_in_place

core::ptr::drop_in_place with preconditions.

read

core::ptr::read with preconditions.

read_unaligned

core::ptr::read_unaligned with preconditions.

read_volatile

core::ptr::read_volatile with preconditions.

replace

core::ptr::replace with preconditions.

swap

core::ptr::swap with preconditions.

swap_nonoverlapping

core::ptr::swap_nonoverlapping with preconditions.

write

core::ptr::write with preconditions.

write_bytes

core::ptr::write_bytes with preconditions.

write_unaligned

core::ptr::write_unaligned with preconditions.

write_volatile

core::ptr::write_volatile with preconditions.