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