enum GLib::FormatSizeFlags

Defined in:

lib/gi-crystal/src/auto/g_lib-2.0/g_lib.cr

Enum Members

Default = 0_u32
LongFormat = 1_u32
IecUnits = 2_u32
Bits = 4_u32
OnlyValue = 8_u32
OnlyUnit = 16_u32

Instance Method Summary

Class methods inherited from struct Enum

g_type : UInt64 g_type

Instance Method Detail

def bits? #

def default? #

def iec_units? #

def long_format? #

def none? #

def only_unit? #

def only_value? #