1 2 3 4 5 6
use bitbuffer::BitRead; #[derive(BitRead, Debug)] pub struct SyncTickPacket { pub tick: u32, }