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