Struct virtio_sys::virtio_net::virtio_net_hdr_v1_hash
source · #[repr(C)]pub struct virtio_net_hdr_v1_hash {
pub hdr: virtio_net_hdr_v1,
pub hash_value: __le32,
pub hash_report: __le16,
pub padding: __le16,
}
Fields§
§hdr: virtio_net_hdr_v1
§hash_value: __le32
§hash_report: __le16
§padding: __le16
Trait Implementations§
source§impl Clone for virtio_net_hdr_v1_hash
impl Clone for virtio_net_hdr_v1_hash
source§fn clone(&self) -> virtio_net_hdr_v1_hash
fn clone(&self) -> virtio_net_hdr_v1_hash
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 Default for virtio_net_hdr_v1_hash
impl Default for virtio_net_hdr_v1_hash
impl Copy for virtio_net_hdr_v1_hash
Auto Trait Implementations§
impl RefUnwindSafe for virtio_net_hdr_v1_hash
impl Send for virtio_net_hdr_v1_hash
impl Sync for virtio_net_hdr_v1_hash
impl Unpin for virtio_net_hdr_v1_hash
impl UnwindSafe for virtio_net_hdr_v1_hash
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