Struct NDIS_TCP_IP_CHECKSUM_PACKET_INFO
#[repr(C)]pub struct NDIS_TCP_IP_CHECKSUM_PACKET_INFO {
pub Anonymous: NDIS_TCP_IP_CHECKSUM_PACKET_INFO_0,
}
Fields§
§Anonymous: NDIS_TCP_IP_CHECKSUM_PACKET_INFO_0
Trait Implementations§
§impl Clone for NDIS_TCP_IP_CHECKSUM_PACKET_INFO
impl Clone for NDIS_TCP_IP_CHECKSUM_PACKET_INFO
§fn clone(&self) -> NDIS_TCP_IP_CHECKSUM_PACKET_INFO
fn clone(&self) -> NDIS_TCP_IP_CHECKSUM_PACKET_INFO
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 moreimpl Copy for NDIS_TCP_IP_CHECKSUM_PACKET_INFO
Auto Trait Implementations§
impl Freeze for NDIS_TCP_IP_CHECKSUM_PACKET_INFO
impl RefUnwindSafe for NDIS_TCP_IP_CHECKSUM_PACKET_INFO
impl Send for NDIS_TCP_IP_CHECKSUM_PACKET_INFO
impl Sync for NDIS_TCP_IP_CHECKSUM_PACKET_INFO
impl Unpin for NDIS_TCP_IP_CHECKSUM_PACKET_INFO
impl UnwindSafe for NDIS_TCP_IP_CHECKSUM_PACKET_INFO
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