Struct virtio_sys::virtio_net::virtio_net_ctrl_coal_tx
source · #[repr(C)]pub struct virtio_net_ctrl_coal_tx {
pub tx_max_packets: __le32,
pub tx_usecs: __le32,
}
Fields§
§tx_max_packets: __le32
§tx_usecs: __le32
Trait Implementations§
source§impl Clone for virtio_net_ctrl_coal_tx
impl Clone for virtio_net_ctrl_coal_tx
source§fn clone(&self) -> virtio_net_ctrl_coal_tx
fn clone(&self) -> virtio_net_ctrl_coal_tx
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for virtio_net_ctrl_coal_tx
impl Debug for virtio_net_ctrl_coal_tx
source§impl Default for virtio_net_ctrl_coal_tx
impl Default for virtio_net_ctrl_coal_tx
source§fn default() -> virtio_net_ctrl_coal_tx
fn default() -> virtio_net_ctrl_coal_tx
Returns the “default value” for a type. Read more
impl Copy for virtio_net_ctrl_coal_tx
Auto Trait Implementations§
impl RefUnwindSafe for virtio_net_ctrl_coal_tx
impl Send for virtio_net_ctrl_coal_tx
impl Sync for virtio_net_ctrl_coal_tx
impl Unpin for virtio_net_ctrl_coal_tx
impl UnwindSafe for virtio_net_ctrl_coal_tx
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more