Skip to main content

Module backend

Module backend 

Source

Traits§

AsKPrintCString
Trait implemented by types that can be formatted as a null-terminated C string (%s).
AsKPrintChar
Trait implemented by types that can be formatted as a character ({:c}).
AsKPrintPointer
Trait implemented by pointer types formatted with %p.
AsKPrintSignedInt
Trait implemented by signed integer types formatted with %lld.
AsKPrintStr
Trait implemented by types that can be formatted as a string slice (%.*s).
AsKPrintUnsignedInt
Trait implemented by unsigned integer types formatted with %llu, %llx, %llo.

Functions§

printf
snprintf