Derive Macro binrw::BinWrite

source ·
#[derive(BinWrite)]
{
    // Attributes available to this derive:
    #[bw]
    #[brw]
}
Expand description

Derive macro generating an impl of the trait BinWrite.

See the directives glossary for usage details.