Module safer_ffi::boxed

source ·
Available on crate feature alloc only.
Expand description

#[repr(C)] Boxed types.

Re-exports

Structs

  • Same as Box<T>, (e.g., same #[repr(C)] layout), but with no non-aliasing guarantee.

Traits

Type Definitions