#[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: __le16Trait 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 Freeze for virtio_net_hdr_v1_hash
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