#[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: __le32Trait 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 Freeze for virtio_net_ctrl_coal_tx
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