Struct random_access_memory::RandomAccessMemory [] [src]

pub struct RandomAccessMemory;

Main constructor.

Methods

impl RandomAccessMemory
[src]

[src]

Create a new instance.

[src]

Create a new instance with a 1mb page size.

[src]

Create a new instance, but pass the initial buffers to the constructor.

Trait Implementations

impl Debug for RandomAccessMemory
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations