size
Types used to pretty print size values
Types
type::Size
type::SizeA generic size type which displays its value in Bytes (or kiB, MiB, GiB, TiB, PiB, EiB if larger)
<T>: Underlying type
using Size<> = u128 [[format]];type::Size128
type::Size128A 128 bit size type
using Size128 = type::Size;type::Size16
type::Size16A 16 bit size type
using Size16 = type::Size;type::Size32
type::Size32A 32 bit size type
using Size32 = type::Size;type::Size64
type::Size64A 64 bit size type
using Size64 = type::Size;type::Size8
type::Size8A 8 bit size type
using Size8 = type::Size;Last updated
Was this helpful?