Struct FlashStorage
Source pub struct FlashStorage { }
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more
The SPI flash size is configured by writing a field in the software
bootloader image header. This is done during flashing in espflash /
esptool.
An enumeration of storage errors
Read a slice of data from the storage peripheral, starting the read
operation at the given address offset, and reading
bytes.len()
bytes.
Read more
Write a slice of data to the storage peripheral, starting the write
operation at the given address offset (between 0 and
self.capacity()
).
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.