Module pre::std::mem[][src]

Expand description

pre definitions for the std::mem module.

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

Re-exports

pub use std::mem::*;

Functions

A stub for the preconditions of the std::mem::ManuallyDrop<T>::drop function.

A stub for the preconditions of the std::mem::ManuallyDrop<T>::take function.

A stub for the preconditions of the std::mem::MaybeUninit<T>::assume_init function.

std::mem::transmute_copy with preconditions.

std::mem::zeroed with preconditions.