Struct xen_sys::xen_netif_ctrl_front_ring
source · [−]#[repr(C)]pub struct xen_netif_ctrl_front_ring {
pub req_prod_pvt: RING_IDX,
pub rsp_cons: RING_IDX,
pub nr_ents: c_uint,
pub sring: *mut xen_netif_ctrl_sring,
}
Fields
req_prod_pvt: RING_IDX
rsp_cons: RING_IDX
nr_ents: c_uint
sring: *mut xen_netif_ctrl_sring
Trait Implementations
sourceimpl Clone for xen_netif_ctrl_front_ring
impl Clone for xen_netif_ctrl_front_ring
sourcefn clone(&self) -> xen_netif_ctrl_front_ring
fn clone(&self) -> xen_netif_ctrl_front_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 xen_netif_ctrl_front_ring
impl Debug for xen_netif_ctrl_front_ring
impl Copy for xen_netif_ctrl_front_ring
Auto Trait Implementations
impl RefUnwindSafe for xen_netif_ctrl_front_ring
impl !Send for xen_netif_ctrl_front_ring
impl !Sync for xen_netif_ctrl_front_ring
impl Unpin for xen_netif_ctrl_front_ring
impl UnwindSafe for xen_netif_ctrl_front_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