Enum sprintf::NumericParam [−][src]
pub enum NumericParam {
Literal(i32),
FromArgument,
}Expand description
Width / precision parameter
Variants
The literal width
Tuple Fields of Literal
0: i32Get the width from the previous argument
This should never be passed to Printf::format().
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for NumericParam
impl Send for NumericParam
impl Sync for NumericParam
impl Unpin for NumericParam
impl UnwindSafe for NumericParam
Blanket Implementations
Mutably borrows from an owned value. Read more