Struct IpChecksum
pub struct IpChecksum<#uint N> {
values: [uint<16>; N],
}Implementations
impl<#uint N> IpChecksum<N>
fn lower<#uint O>(self) -> IpChecksum<O>
where
O == N / 2,
where
O == N / 2,
pub struct IpChecksum<#uint N> {
values: [uint<16>; N],
}