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

Class Example

endian_codec/src/lib.rs:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364 fn derive_littlendian_serialize() {
365 #[derive(PackedSize, EncodeLE)]
366 struct Example {
367 a: u16,
368 }
369
370 let t = Example { a: 5 };
371 let mut b = [0; 2];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected