pub type CPUUnassignedAccess = Option<unsafe extern "C" fn(cpu: *mut CPUState, addr: hwaddr, is_write: bool, is_exec: bool, opaque: c_int, size: c_uint)>;

Aliased Type§

enum CPUUnassignedAccess {
    None,
    Some(unsafe extern "C" fn(_: *mut CPUState, _: u64, _: bool, _: bool, _: i32, _: u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut CPUState, _: u64, _: bool, _: bool, _: i32, _: u32))

Some value of type T.