Type Alias simics_api_sys::bindings::vga_text_update_interface_t

source ·
pub type vga_text_update_interface_t = vga_text_update_interface;

Aliased Type§

struct vga_text_update_interface_t {
    pub write: Option<unsafe extern "C" fn(_: *mut conf_object, _: i8)>,
}

Fields§

§write: Option<unsafe extern "C" fn(_: *mut conf_object, _: i8)>