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 ab6ff2e commit 7a75ce2Copy full SHA for 7a75ce2
src/proto/media/disk.rs
@@ -73,9 +73,9 @@ impl DiskIo {
73
#[repr(C)]
74
pub struct DiskIo2Token {
75
/// Event to be signalled when an asynchronous disk I/O operation completes.
76
- event: Option<Event>,
+ pub event: Option<Event>,
77
/// Transaction status code.
78
- transaction_status: Status,
+ pub transaction_status: Status,
79
}
80
81
/// The disk I/O 2 protocol.
0 commit comments