()
| 97 | impl ::device_driver::FieldSet for FooFieldsIn { |
| 98 | const SIZE_BITS: u32 = 24; |
| 99 | fn new_with_zero() -> Self { |
| 100 | Self::new_zero() |
| 101 | } |
| 102 | fn get_inner_buffer(&self) -> &[u8] { |
| 103 | &self.bits |
| 104 | } |
nothing calls this directly
no outgoing calls
no test coverage detected