Struct random_access_disk::RandomAccessDiskMethods[][src]

pub struct RandomAccessDiskMethods { /* fields omitted */ }

Methods that have been implemented to provide synchronous access to disk. . These should generally be kept private, but exposed to prevent leaking internals.

Trait Implementations

impl Debug for RandomAccessDiskMethods
[src]

Formats the value using the given formatter. Read more

impl RandomAccessMethods for RandomAccessDiskMethods
[src]

An error.

Open the backend.

Write bytes at an offset to 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 RandomAccessDiskMethods
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations