FuzzRegisterPortIoIntercept

Type Alias FuzzRegisterPortIoIntercept 

Source
pub type FuzzRegisterPortIoIntercept = FuzzRegisterIntercept<u16>;

Aliased Type§

pub struct FuzzRegisterPortIoIntercept { /* private fields */ }

Trait Implementations§

Source§

impl RegisterPortIoIntercept for FuzzRegisterPortIoIntercept

Source§

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

Registers a new IO region of the given length.