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