Struct virtio_sys::virtio_net::virtio_net_hash_config
source · #[repr(C)]pub struct virtio_net_hash_config {
pub hash_types: __le32,
pub reserved: [__le16; 4],
pub hash_key_length: u8,
pub hash_key_data: __IncompleteArrayField<u8>,
}
Fields§
§hash_types: __le32
§reserved: [__le16; 4]
§hash_key_length: u8
§hash_key_data: __IncompleteArrayField<u8>
Trait Implementations§
source§impl Debug for virtio_net_hash_config
impl Debug for virtio_net_hash_config
source§impl Default for virtio_net_hash_config
impl Default for virtio_net_hash_config
source§fn default() -> virtio_net_hash_config
fn default() -> virtio_net_hash_config
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for virtio_net_hash_config
impl Send for virtio_net_hash_config
impl Sync for virtio_net_hash_config
impl Unpin for virtio_net_hash_config
impl UnwindSafe for virtio_net_hash_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