Struct embedded_sdmmc::File

source ·
pub struct File { /* private fields */ }
Expand description

Represents an open file on disk.

Implementations§

Are we at the end of the file?

How long is the file?

Seek to a new position in the file, relative to the start of the file.

Seek to a new position in the file, relative to the end of the file.

Seek to a new position in the file, relative to the current position.

Amount of file left to read.

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.