std › os › uefi › protocol › File › OpenModeOpenModeFields of this typeFields#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 namespaceTypes#Bits