Enum lib::BytesBase [−][src]
pub enum BytesBase {
Gabyte,
Bibyte,
}
Expand description
Specify the possible choices for the base used for the display of bytes, i.e. Gabyte: Powers of 1000 bytes (Kilobyte, Megabyte, …) Bibyte: Powers of 1024 bytes (Kibibyte, Mebibyte, …) giving its name to the crate Ga/Bi(byte).
Variants
Gabyte
Bibyte
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BytesBase
impl UnwindSafe for BytesBase
Blanket Implementations
Mutably borrows from an owned value. Read more