Closed jasongrlicky closed 4 years ago
As per @Boddlnagg's comment, this PR removes the derivation of Copy and Clone MIDIPacket and MIDIPacketList, since these structs cannot be copied or cloned safely.
Copy
Clone
MIDIPacket
MIDIPacketList
Thanks so much!
Looks good to me. That was a really good catch on your side! Thank you for looking into it again.
As per @Boddlnagg's comment, this PR removes the derivation of
Copy
andClone
MIDIPacket
andMIDIPacketList
, since these structs cannot be copied or cloned safely.Thanks so much!