Enum humansize::file_size_opts::FixedAt [−][src]
pub enum FixedAt {
Byte,
Kilo,
Mega,
Giga,
Tera,
Peta,
Exa,
Zetta,
Yotta,
No,
}Forces a certain representation of the resulting file size.
Variants
ByteKiloMegaGigaTeraPetaExaZettaYottaNoTrait Implementations
impl Debug for FixedAt[src]
impl Debug for FixedAtfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for FixedAt[src]
impl Copy for FixedAtimpl Clone for FixedAt[src]
impl Clone for FixedAt