Struct virtio_sys::virtio_net::virtio_net_ctrl_coal
source · #[repr(C)]pub struct virtio_net_ctrl_coal {
pub max_packets: __le32,
pub max_usecs: __le32,
}
Fields§
§max_packets: __le32
§max_usecs: __le32
Trait Implementations§
source§impl Clone for virtio_net_ctrl_coal
impl Clone for virtio_net_ctrl_coal
source§fn clone(&self) -> virtio_net_ctrl_coal
fn clone(&self) -> virtio_net_ctrl_coal
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
impl Debug for virtio_net_ctrl_coal
source§impl Default for virtio_net_ctrl_coal
impl Default for virtio_net_ctrl_coal
source§fn default() -> virtio_net_ctrl_coal
fn default() -> virtio_net_ctrl_coal
Returns the “default value” for a type. Read more
impl Copy for virtio_net_ctrl_coal
Auto Trait Implementations§
impl RefUnwindSafe for virtio_net_ctrl_coal
impl Send for virtio_net_ctrl_coal
impl Sync for virtio_net_ctrl_coal
impl Unpin for virtio_net_ctrl_coal
impl UnwindSafe for virtio_net_ctrl_coal
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