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 047d662 commit ac3373bCopy full SHA for ac3373b
src/sys/ptrace/linux.rs
@@ -236,7 +236,7 @@ pub mod regset {
236
237
#[derive(Debug, Clone, Copy)]
238
/// General-purpose registers.
239
- pub struct NT_PRSTATUS;
+ pub enum NT_PRSTATUS {}
240
241
unsafe impl RegisterSet for NT_PRSTATUS {
242
const VALUE: RegisterSetValue = RegisterSetValue::NT_PRSTATUS;
@@ -245,7 +245,7 @@ pub mod regset {
245
246
247
/// Floating-point registers.
248
- pub struct NT_PRFPREG;
+ pub enum NT_PRFPREG {}
249
250
unsafe impl RegisterSet for NT_PRFPREG {
251
const VALUE: RegisterSetValue = RegisterSetValue::NT_PRFPREG;
0 commit comments