Struct virtio_sys::virtio_net::virtio_net_config
source · #[repr(C, packed(1))]pub struct virtio_net_config {
pub mac: [u8; 6],
pub status: __virtio16,
pub max_virtqueue_pairs: __virtio16,
pub mtu: __virtio16,
pub speed: __le32,
pub duplex: u8,
pub rss_max_key_size: u8,
pub rss_max_indirection_table_length: __le16,
pub supported_hash_types: __le32,
}
Fields§
§mac: [u8; 6]
§status: __virtio16
§max_virtqueue_pairs: __virtio16
§mtu: __virtio16
§speed: __le32
§duplex: u8
§rss_max_key_size: u8
§rss_max_indirection_table_length: __le16
§supported_hash_types: __le32
Trait Implementations§
source§impl Clone for virtio_net_config
impl Clone for virtio_net_config
source§fn clone(&self) -> virtio_net_config
fn clone(&self) -> virtio_net_config
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_config
impl Debug for virtio_net_config
source§impl Default for virtio_net_config
impl Default for virtio_net_config
source§fn default() -> virtio_net_config
fn default() -> virtio_net_config
Returns the “default value” for a type. Read more
impl Copy for virtio_net_config
Auto Trait Implementations§
impl RefUnwindSafe for virtio_net_config
impl Send for virtio_net_config
impl Sync for virtio_net_config
impl Unpin for virtio_net_config
impl UnwindSafe for virtio_net_config
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