mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
clone header
This commit is contained in:
parent
49a6649589
commit
e1ee7a71d3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ use bitbuffer::{BitRead, BitWrite};
|
|||
use serde::{Deserialize, Serialize};
|
||||
|
||||
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
|
||||
#[derive(BitRead, BitWrite, Debug, PartialEq, Serialize, Deserialize)]
|
||||
#[derive(BitRead, BitWrite, Debug, PartialEq, Serialize, Deserialize, Clone)]
|
||||
pub struct Header {
|
||||
#[size = 8]
|
||||
pub demo_type: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue