Struct size_format::BinaryPrefixes[][src]

pub struct BinaryPrefixes;

Represents the prefixes used for display file sizes using powers of 1024.

Trait Implementations

impl PrefixType for BinaryPrefixes
[src]

The number of prefixes in the prefix array.

PREFIX_SIZE: u32 = 1024

Returns the size of the prefix used. Read more

Represents the prefixes used by the prefix type.

Auto Trait Implementations