MCPcopy Create free account
hub / github.com/Slowerzs/PPLSystem / C

Class C

endian_codec/src/lib.rs:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354
355 #[derive(PackedSize)]
356 struct C {
357 _a: u16,
358 _b: u16,
359 }
360 assert_eq!(C::PACKED_LEN, 2 + 2);
361 }
362

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected