1 2 3 4 5
pub struct Evd {} impl Evd { pub(crate) const B1: u8 = 0x53; pub(crate) const SIZE: usize = 11; }