struct RLE [src]

Members

Source

pub const RLE = struct { pub const end_of_list = 0x00; pub const base_addressx = 0x01; pub const startx_endx = 0x02; pub const startx_length = 0x03; pub const offset_pair = 0x04; pub const base_address = 0x05; pub const start_end = 0x06; pub const start_length = 0x07; }