module Cannon::FastAuto
Overview
Much like Auto
, but include this one instead if your structure only
consists of simple data types. Do not otherwise, or your program will
break.
Note: Only use this on struct
s, not class
es! Apart from that, it
doesn't matter if the structure is packed or not, both are fine.