jonas-k / coremidi-sys

Low level Rust bindings for CoreMIDI
MIT License
8 stars 5 forks source link

Remove Copy & Clone from MIDIPacket & MIDIPacketList #8

Closed jasongrlicky closed 4 years ago

jasongrlicky commented 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.

Thanks so much!

jonas-k commented 4 years ago

Looks good to me. That was a really good catch on your side! Thank you for looking into it again.