Skip to main content

Module owned_array

Module owned_array 

Source
Expand description

A replacement for Box<[T; N]> that cbindgen can understand.

Structsยง

OwnedArray
A struct that basically replaces a Box<[T; N]>, but which cbindgen can understand.