rvvm_mmio_handler_t

Type Alias rvvm_mmio_handler_t 

Source
pub type rvvm_mmio_handler_t = Option<unsafe extern "C" fn(dev: *mut rvvm_mmio_dev_t, dest: *mut c_void, offset: usize, size: u8) -> bool>;

Aliased Type§

pub enum rvvm_mmio_handler_t {
    None,
    Some(unsafe extern "C" fn(*mut rvvm_mmio_dev_t, *mut c_void, usize, u8) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut rvvm_mmio_dev_t, *mut c_void, usize, u8) -> bool)

Some value of type T.