xen_sys

Type Alias xc_hypercall_buffer_t

Source
pub type xc_hypercall_buffer_t = xc_hypercall_buffer;

Aliased Type§

struct xc_hypercall_buffer_t {
    pub hbuf: *mut c_void,
    pub param_shadow: *mut xc_hypercall_buffer,
    pub dir: i32,
    pub ubuf: *mut c_void,
    pub sz: usize,
}

Fields§

§hbuf: *mut c_void§param_shadow: *mut xc_hypercall_buffer§dir: i32§ubuf: *mut c_void§sz: usize