Searched defs:INSN_SIZE (Results 1 – 1 of 1) sorted by relevance
27 pub const INSN_SIZE: usize = 8; constant476 pub fn to_array(&self) -> [u8; INSN_SIZE] { in to_array()