Struct uorustlibs::mul_reader::MulRecord [] [src]

pub struct MulRecord {
    pub data: Vec<u8>,
    pub start: u32,
    pub length: u32,
    pub opt1: u16,
    pub opt2: u16,
}

An individual record, read from a Mul file

Fields

Raw Mul data

The index position in the Mul of this item

The total length in the Mul of this item

An implementation-specific variable

An implementation-specific variable