Struct fs2::FsStats [] [src]

pub struct FsStats { /* fields omitted */ }

FsStats contains some common stats about a file system.

Methods

impl FsStats
[src]

[src]

Returns the number of free bytes in the file system containing the provided path.

[src]

Returns the available space in bytes to non-priveleged users in the file system containing the provided path.

[src]

Returns the total space in bytes in the file system containing the provided path.

[src]

Returns the filesystem's disk space allocation granularity in bytes. The provided path may be for any file in the filesystem.

On Posix, this is equivalent to the filesystem's block size. On Windows, this is equivalent to the filesystem's cluster size.

Trait Implementations

impl Clone for FsStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FsStats
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for FsStats
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for FsStats
[src]

impl Hash for FsStats
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more