DoxigAlpha

OpenMode

Fields of this type

Fields

#
read:read
= @bitCast(Bits{ .read = true })
read_write:read_write
= @bitCast(Bits{ .read = true, .write = true })
read_write_create:read_write_create
= @bitCast(Bits{ .read = true, .write = true, .create = true })

Type definitions in this namespace

Types

#