Struct random_access_disk::RandomAccessDisk[][src]

pub struct RandomAccessDisk { /* fields omitted */ }

Main constructor.

Methods

impl RandomAccessDisk
[src]

Create a new instance.

Trait Implementations

impl Debug for RandomAccessDisk
[src]

Formats the value using the given formatter. Read more

impl RandomAccess for RandomAccessDisk
[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.

impl Drop for RandomAccessDisk
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations