Struct size_format::SIPrefixes[][src]

pub struct SIPrefixes;

Represents the prefixes used in the SI system of measurements.

Trait Implementations

impl PrefixType for SIPrefixes
[src]

The number of prefixes in the prefix array.

PREFIX_SIZE: u32 = 1000

Returns the size of the prefix used. Read more

Represents the prefixes used by the prefix type.

Auto Trait Implementations

impl Send for SIPrefixes

impl Sync for SIPrefixes