Struct fatfs::Dir [] [src]

pub struct Dir<'a, 'b: 'a> { /* fields omitted */ }

FAT directory

Methods

impl<'a, 'b> Dir<'a, 'b>
[src]

[src]

Creates directory entries iterator

[src]

Opens existing directory

[src]

Opens existing file.

[src]

Creates new file or opens existing without truncating.

[src]

Creates new directory or opens existing.

[src]

Removes existing file or directory.

Make sure there is no reference to this file (no File instance) or filesystem corruption can happen.

Trait Implementations

impl<'a, 'b: 'a> Clone for Dir<'a, 'b>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more