struct RLE [src]
Members
- base_address (Constant)
- base_addressx (Constant)
- end_of_list (Constant)
- offset_pair (Constant)
- start_end (Constant)
- start_length (Constant)
- startx_endx (Constant)
- startx_length (Constant)
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;
}