// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
useingot_macros::Ingot;useingot_types::primitives::u16be;#[derive(Copy, Clone, Debug, Eq, Hash, PartialEq, Ingot)]#[ingot(impl_default)]pubstructUdp{pubsource: u16be,
pubdestination: u16be,
publength: u16be,
pubchecksum: u16be,
}