#[repr(C)]pub struct virtio_net_ctrl_coal_rx {
pub rx_max_packets: __le32,
pub rx_usecs: __le32,
}Fields§
§rx_max_packets: __le32§rx_usecs: __le32Trait Implementations§
Source§impl Clone for virtio_net_ctrl_coal_rx
impl Clone for virtio_net_ctrl_coal_rx
Source§fn clone(&self) -> virtio_net_ctrl_coal_rx
fn clone(&self) -> virtio_net_ctrl_coal_rx
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_rx
impl Debug for virtio_net_ctrl_coal_rx
Source§impl Default for virtio_net_ctrl_coal_rx
impl Default for virtio_net_ctrl_coal_rx
Source§fn default() -> virtio_net_ctrl_coal_rx
fn default() -> virtio_net_ctrl_coal_rx
Returns the “default value” for a type. Read more
impl Copy for virtio_net_ctrl_coal_rx
Auto Trait Implementations§
impl Freeze for virtio_net_ctrl_coal_rx
impl RefUnwindSafe for virtio_net_ctrl_coal_rx
impl Send for virtio_net_ctrl_coal_rx
impl Sync for virtio_net_ctrl_coal_rx
impl Unpin for virtio_net_ctrl_coal_rx
impl UnwindSafe for virtio_net_ctrl_coal_rx
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