Struct collenchyma::frameworks::native::flatbox::FlatBox [] [src]

pub struct FlatBox { /* fields omitted */ }

A Box without any knowledge of its underlying type.

Methods

impl FlatBox
[src]

Create FlatBox from Box, consuming it.

Access memory as slice.

The preffered way to access native memory.

Access memory as mutable slice.

The preffered way to access native memory.

Returns memory size of the Flatbox.

Trait Implementations

impl Drop for FlatBox
[src]

A method called when the value goes out of scope. Read more

impl Debug for FlatBox
[src]

Formats the value using the given formatter.

impl IMemory for FlatBox
[src]