pub type DNACopy = NonZeroU16;Expand description
EcDNA copies are by definition non-zero. We assume that the maximal ecDNA copies present in a system cannot be greater than 65535 copies (u16 is 2^16 - 1 = 65535 copies).
Aliased Typeยง
pub struct DNACopy(/* private fields */);