Searched refs:SwapBytes (Results 1 – 1 of 1) sorted by relevance
195 pub fn swap_bytes(&mut self, endian: Endian) -> SwapBytes { in swap_bytes() argument196 SwapBytes { in swap_bytes()403 pub struct SwapBytes<'i> { struct409 impl<'i> SwapBytes<'i> { argument418 impl<'i> Instruction for SwapBytes<'i> { implementation