struct Bits [src]
Fields
read: bool = false
write: bool = false
_pad: u61 = 0
create: bool = false
Source
pub const Bits = packed struct(u64) {
// 0x0000000000000001
read: bool = false,
// 0x0000000000000002
write: bool = false,
_pad: u61 = 0,
// 0x8000000000000000
create: bool = false,
}