#[repr(C)]pub struct vm_event_back_ring {
pub rsp_prod_pvt: RING_IDX,
pub req_cons: RING_IDX,
pub nr_ents: c_uint,
pub sring: *mut vm_event_sring,
}Fields§
§rsp_prod_pvt: RING_IDX§req_cons: RING_IDX§nr_ents: c_uint§sring: *mut vm_event_sringTrait Implementations§
Source§impl Clone for vm_event_back_ring
impl Clone for vm_event_back_ring
Source§fn clone(&self) -> vm_event_back_ring
fn clone(&self) -> vm_event_back_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_back_ring
impl Debug for vm_event_back_ring
Source§impl Default for vm_event_back_ring
impl Default for vm_event_back_ring
impl Copy for vm_event_back_ring
Auto Trait Implementations§
impl Freeze for vm_event_back_ring
impl RefUnwindSafe for vm_event_back_ring
impl !Send for vm_event_back_ring
impl !Sync for vm_event_back_ring
impl Unpin for vm_event_back_ring
impl UnwindSafe for vm_event_back_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