#[derive(PackedStruct)]
{
    // Attributes available to this derive:
    #[packed_struct]
    #[packed_field]
}
Expand description

The derive macro that generates the packing and unpacking code for your structure.