Enum git_config::values::IntegerSuffix [−][src]
pub enum IntegerSuffix {
Kibi,
Mebi,
Gibi,
}Expand description
Integer prefixes that are supported by git-config.
These values are base-2 unit of measurements, not the base-10 variants.
Variants
Implementations
Returns the number of bits that the suffix shifts left by.
Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for IntegerSuffix
impl Send for IntegerSuffix
impl Sync for IntegerSuffix
impl Unpin for IntegerSuffix
impl UnwindSafe for IntegerSuffix
Blanket Implementations
Mutably borrows from an owned value. Read more