struct Attributes [src]

Fields

read_only: bool = false
hidden: bool = false
system: bool = false
reserved: bool = false
directory: bool = false
archive: bool = false
_pad: u58 = 0

Source

pub const Attributes = packed struct(u64) { // 0x0000000000000001 read_only: bool = false, // 0x0000000000000002 hidden: bool = false, // 0x0000000000000004 system: bool = false, // 0x0000000000000008 reserved: bool = false, // 0x0000000000000010 directory: bool = false, // 0x0000000000000020 archive: bool = false, _pad: u58 = 0, }