FuzzRegisterMmioIntercept

Type Alias FuzzRegisterMmioIntercept 

Source
pub type FuzzRegisterMmioIntercept = FuzzRegisterIntercept<u64>;

Aliased Type§

pub struct FuzzRegisterMmioIntercept { /* private fields */ }

Trait Implementations§

Source§

impl RegisterMmioIntercept for FuzzRegisterMmioIntercept

Source§

fn new_io_region( &mut self, region_name: &str, len: u64, ) -> Box<dyn ControlMmioIntercept>

Registers a new IO region of the given length.