Struct xen_sys::netif_rx_back_ring
source · [−]#[repr(C)]pub struct netif_rx_back_ring {
pub rsp_prod_pvt: RING_IDX,
pub req_cons: RING_IDX,
pub nr_ents: c_uint,
pub sring: *mut netif_rx_sring,
}
Fields
rsp_prod_pvt: RING_IDX
req_cons: RING_IDX
nr_ents: c_uint
sring: *mut netif_rx_sring
Trait Implementations
sourceimpl Clone for netif_rx_back_ring
impl Clone for netif_rx_back_ring
sourcefn clone(&self) -> netif_rx_back_ring
fn clone(&self) -> netif_rx_back_ring
Returns a copy of the value. Read more
1.0.0fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for netif_rx_back_ring
impl Debug for netif_rx_back_ring
impl Copy for netif_rx_back_ring
Auto Trait Implementations
impl RefUnwindSafe for netif_rx_back_ring
impl !Send for netif_rx_back_ring
impl !Sync for netif_rx_back_ring
impl Unpin for netif_rx_back_ring
impl UnwindSafe for netif_rx_back_ring
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more