enum CryStorage::PageManagement::SlotStatus

Defined in:

slot.cr

Enum Members

Idle = 0
Locked = 1
Deleted = 2
None = 0
All = 3

Instance Method Summary

Instance methods inherited from struct Enum

to_io(io : IO, format = nil) to_io

Class methods inherited from struct Enum

from_io(io : IO, format = nil) from_io

Instance methods inherited from class Object

tabulate(io)
tabulate
tabulate
, tap(&) tap

Instance Method Detail

def deleted? #

[View source]
def idle? #

[View source]
def locked? #

[View source]
def none? #

[View source]