• Unit struct is a Struct without its definition (the body).

Syntax:

 

struct StructName;

  • It is the same with Unit value but with name. Normally used to mark something.