Type Alias async_paged_vmo_t
Source pub type async_paged_vmo_t = async_paged_vmo;
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,
}
§handler: Option<unsafe extern "C" fn(*mut async_dispatcher, *mut async_paged_vmo, i32, *const zx_packet_page_request_t)>
Trait Implementations
Formats the value using the given formatter.
Read more
Returns the “default value” for a type.
Read more