Closed dt665m closed 8 months ago
Official docs and the doc comments in the code mention that the TrackEntry's track time should be mutable. This PR uses the c_accessor_mut macro for that field.
c_accessor_mut
Official docs and the doc comments in the code mention that the TrackEntry's track time should be mutable. This PR uses the
c_accessor_mut
macro for that field.