MCPcopy Create free account
hub / github.com/diondokter/device-driver / new_with_zero

Method new_with_zero

tests/cases/basic_command/basic_command.rs:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected