Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds PartialOrd, Ord, and Hash to the #[derive(...)] invocation on SampleFormat #864

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

ky-bean
Copy link
Contributor

@ky-bean ky-bean commented Mar 11, 2024

Closes #863

PartialOrd is included as Ord depends on PartialOrd

Specifically, `PartialOrd`, `Ord`, & `Hash`.
@est31 est31 merged commit 2ec761d into RustAudio:master Mar 14, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cpal::SampleFormat does not implement Hash or Ord
2 participants