Struct git_features::progress::unit::human::Scales [−][src]
pub struct Scales { /* fields omitted */ }
Provide a customized scaling scheme for your own modeling.
Implementations
impl Scales
[src]
impl Scales
[src]pub fn new() -> Scales
[src]
Instantiates a new Scales
with SI keys
pub fn SI() -> Scales
[src]
Instantiates a new Scales
with SI keys
pub fn Binary() -> Scales
[src]
Instantiates a new Scales
with Binary keys
pub fn with_base(&mut self, base: u32) -> &mut Scales
[src]
Sets the base for the Scales
pub fn with_suffixes(&mut self, suffixes: Vec<&str, Global>) -> &mut Scales
[src]
Sets the suffixes listing appropriately
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scales
impl RefUnwindSafe for Scales
impl UnwindSafe for Scales
impl UnwindSafe for Scales