struct ACCESS [src]

Members

Source

pub const ACCESS = struct { pub const public = 0x01; pub const protected = 0x02; pub const private = 0x03; }