#[repr(C)]pub struct virtio_net_ctrl_queue_stats {
pub stats: [virtio_net_ctrl_queue_stats__bindgen_ty_1; 1],
}
Fields§
§stats: [virtio_net_ctrl_queue_stats__bindgen_ty_1; 1]
Trait Implementations§
source§impl Clone for virtio_net_ctrl_queue_stats
impl Clone for virtio_net_ctrl_queue_stats
source§fn clone(&self) -> virtio_net_ctrl_queue_stats
fn clone(&self) -> virtio_net_ctrl_queue_stats
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_queue_stats
impl Debug for virtio_net_ctrl_queue_stats
source§impl Default for virtio_net_ctrl_queue_stats
impl Default for virtio_net_ctrl_queue_stats
source§fn default() -> virtio_net_ctrl_queue_stats
fn default() -> virtio_net_ctrl_queue_stats
Returns the “default value” for a type. Read more
impl Copy for virtio_net_ctrl_queue_stats
Auto Trait Implementations§
impl RefUnwindSafe for virtio_net_ctrl_queue_stats
impl Send for virtio_net_ctrl_queue_stats
impl Sync for virtio_net_ctrl_queue_stats
impl Unpin for virtio_net_ctrl_queue_stats
impl UnwindSafe for virtio_net_ctrl_queue_stats
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