pub type vm_event_front_ring_t = vm_event_front_ring;Aliased Type§
#[repr(C)]pub struct vm_event_front_ring_t {
pub req_prod_pvt: u32,
pub rsp_cons: u32,
pub nr_ents: u32,
pub sring: *mut vm_event_sring,
}Fields§
§req_prod_pvt: u32§rsp_cons: u32§nr_ents: u32§sring: *mut vm_event_sring