pub struct UFormattable<'a> { /* private fields */ }

Implementations

Initialize a crate::UFormattable to type UNUM_LONG, value 0 may return error.

Implements ufmt_open.

Returns true if this formattable is numeric.

Implements ufmt_isNumeric

Implements $impl_function_name Use UFormattable::get_type to verify that the type matches.

Implements $impl_function_name Use UFormattable::get_type to verify that the type matches.

Implements $impl_function_name Use UFormattable::get_type to verify that the type matches.

Implements $impl_function_name Use UFormattable::get_type to verify that the type matches.

Implements $impl_function_name Use UFormattable::get_type to verify that the type matches.

Implements $impl_function_name Use UFormattable::get_type to verify that the type matches.

Implements ufmt_getUChars

Use UFormattable::get_type to ensure that this formattable is an array before using this method. Otherwise you will get an error. The lifetime of the resulting formattable is tied to this one.

Implements ufmt_getArrayItemByIndex

Implements ufmt_getDecNumChars

Trait Implementations

Formats the value using the given formatter. Read more

Implements ufmt_close.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.