Struct xen_sys::netif_rx_request
source · [−]#[repr(C)]pub struct netif_rx_request {
pub id: u16,
pub pad: u16,
pub gref: grant_ref_t,
}
Fields
id: u16
pad: u16
gref: grant_ref_t
Trait Implementations
sourceimpl Clone for netif_rx_request
impl Clone for netif_rx_request
sourcefn clone(&self) -> netif_rx_request
fn clone(&self) -> netif_rx_request
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_request
impl Debug for netif_rx_request
impl Copy for netif_rx_request
Auto Trait Implementations
impl RefUnwindSafe for netif_rx_request
impl Send for netif_rx_request
impl Sync for netif_rx_request
impl Unpin for netif_rx_request
impl UnwindSafe for netif_rx_request
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