Skip to main content

instr_get_raw_byte

Function instr_get_raw_byte 

Source
pub unsafe extern "C" fn instr_get_raw_byte(
    instr: *mut instr_t,
    pos: uint,
) -> byte
Expand description

Assumes that \p instr’s raw bits are valid and have > \p pos bytes. Returns a pointer to \p instr’s raw byte at position \p pos (beginning with 0).