Skip to content

Commit

Permalink
OIT is copy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoNil authored and cberner committed Oct 23, 2020
1 parent a81ca51 commit ab75fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl EncodingPacket {
}

// As defined in section 3.3.2 and 3.3.3
#[derive(Clone, Debug, PartialEq, PartialOrd, Eq, Ord, Hash)]
#[derive(Copy, Clone, Debug, PartialEq, PartialOrd, Eq, Ord, Hash)]
#[cfg_attr(feature = "serde_support", derive(Serialize, Deserialize))]
pub struct ObjectTransmissionInformation {
transfer_length: u64, // Limited to u40
Expand Down

0 comments on commit ab75fc1

Please sign in to comment.