Struct fatfs::FsOptions [] [src]

pub struct FsOptions { /* fields omitted */ }

FAT filesystem options.

Methods

impl FsOptions
[src]

[src]

[src]

If enabled library updates accessed date field in directory entry when reading

Trait Implementations

impl Debug for FsOptions
[src]

[src]

Formats the value using the given formatter.

impl Clone for FsOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FsOptions
[src]