Struct random_access_disk::SyncMethods [] [src]

pub struct SyncMethods {
    pub filename: PathBuf,
    pub file: Option<File>,
}

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

Fields

Trait Implementations

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.

Auto Trait Implementations

impl Send for SyncMethods

impl Sync for SyncMethods