Struct random_access_memory::RandomAccessMemory[][src]

pub struct RandomAccessMemory { /* fields omitted */ }

Main constructor.

Methods

impl RandomAccessMemory
[src]

Create a new instance.

Create a new instance with a 1mb page size.

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

Trait Implementations

impl Debug for RandomAccessMemory
[src]

Formats the value using the given formatter. Read more

impl RandomAccess for RandomAccessMemory
[src]

An error.

Write bytes at an offset to the backend.

Read a sequence of bytes at an offset from the backend.

Read a sequence of bytes at an offset from the backend.

Delete a sequence of bytes at an offset from the backend.

Auto Trait Implementations