Type Alias fdf_sys::async_paged_vmo_handler_t

source ·
pub type async_paged_vmo_handler_t = Option<unsafe extern "C" fn(dispatcher: *mut async_dispatcher_t, paged_vmo: *mut async_paged_vmo_t, status: zx_status_t, request: *const zx_packet_page_request_t)>;

Aliased Type§

enum async_paged_vmo_handler_t {
    None,
    Some(unsafe extern "C" fn(_: *mut async_dispatcher, _: *mut async_paged_vmo, _: i32, _: *const zx_packet_page_request_t)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut async_dispatcher, _: *mut async_paged_vmo, _: i32, _: *const zx_packet_page_request_t))

Some value of type T.