Struct random_access_disk::SyncMethods [] [src]

pub struct SyncMethods { /* 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 SyncMethods
[src]

[src]

Formats the value using the given formatter. Read more

impl SyncMethods for SyncMethods
[src]

[src]

Open the backend.

[src]

Write bytes at an offset to the backend.

[src]

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

[src]

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

impl Drop for SyncMethods
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for SyncMethods

impl Sync for SyncMethods