We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e53e0d commit 96aa844Copy full SHA for 96aa844
src/dma/raw_descriptor.rs
@@ -58,7 +58,7 @@ impl RawDescriptor {
58
}
59
60
pub struct DescriptorRing<'data, T> {
61
- pub descriptors: &'data mut [T],
+ descriptors: &'data mut [T],
62
buffers: &'data mut [[u8; MTU + 2]],
63
64
0 commit comments