Package: rust-alsa / 0.9.1-1
Metadata
Package | Version | Patches format |
---|---|---|
rust-alsa | 0.9.1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
ignore soundcard tests.patch | (download) |
src/pcm.rs |
6 5 + 1 - 0 ! |
--- |
use mem zeroed.patch | (download) |
src/pcm.rs |
6 3 + 3 - 0 ! |
use mem::zeroed to create zero timespec. The time64 patches for the libc crate add padding to struct timespec, on time64 architectures. Unfortunately this means that timespecs can't be created in the normal way in rust. Instead we create the structure using std::mem::zeroed. |
1