#[repr(C)]pub struct vm_event_sring {
pub req_prod: RING_IDX,
pub req_event: RING_IDX,
pub rsp_prod: RING_IDX,
pub rsp_event: RING_IDX,
pub pvt: vm_event_sring__bindgen_ty_1,
pub __pad: [u8; 44],
pub ring: __IncompleteArrayField<vm_event_sring_entry>,
}Fields§
§req_prod: RING_IDX§req_event: RING_IDX§rsp_prod: RING_IDX§rsp_event: RING_IDX§pvt: vm_event_sring__bindgen_ty_1§__pad: [u8; 44]§ring: __IncompleteArrayField<vm_event_sring_entry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for vm_event_sring
impl RefUnwindSafe for vm_event_sring
impl Send for vm_event_sring
impl Sync for vm_event_sring
impl Unpin for vm_event_sring
impl UnwindSafe for vm_event_sring
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more