pub type async_paged_vmo_t = async_paged_vmo;
Aliased Type§
struct async_paged_vmo_t {
pub state: async_state_t,
pub handler: Option<unsafe extern "C" fn(_: *mut async_dispatcher, _: *mut async_paged_vmo, _: i32, _: *const zx_packet_page_request_t)>,
pub pager: u32,
pub vmo: u32,
}
Fields§
§state: async_state_t
§handler: Option<unsafe extern "C" fn(_: *mut async_dispatcher, _: *mut async_paged_vmo, _: i32, _: *const zx_packet_page_request_t)>
§pager: u32
§vmo: u32