#[repr(C)]pub struct vm_event_front_ring {
pub req_prod_pvt: RING_IDX,
pub rsp_cons: RING_IDX,
pub nr_ents: c_uint,
pub sring: *mut vm_event_sring,
}Fields§
§req_prod_pvt: RING_IDX§rsp_cons: RING_IDX§nr_ents: c_uint§sring: *mut vm_event_sringTrait Implementations§
Source§impl Clone for vm_event_front_ring
impl Clone for vm_event_front_ring
Source§fn clone(&self) -> vm_event_front_ring
fn clone(&self) -> vm_event_front_ring
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for vm_event_front_ring
impl Debug for vm_event_front_ring
Source§impl Default for vm_event_front_ring
impl Default for vm_event_front_ring
impl Copy for vm_event_front_ring
Auto Trait Implementations§
impl Freeze for vm_event_front_ring
impl RefUnwindSafe for vm_event_front_ring
impl !Send for vm_event_front_ring
impl !Sync for vm_event_front_ring
impl Unpin for vm_event_front_ring
impl UnwindSafe for vm_event_front_ring
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