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 fadcda5 commit 309b7f8Copy full SHA for 309b7f8
rust/kernel/types.rs
@@ -40,7 +40,8 @@ impl Mode {
40
/// Used to convert an object into a raw pointer that represents it.
41
///
42
/// It can eventually be converted back into the object. This is used to store objects as pointers
43
-/// in kernel data structures, for example, an implementation of [`FileOperations`] in `struct
+/// in kernel data structures, for example, an implementation of
44
+/// [`Operations`][crate::file::Operations] in `struct
45
/// file::private_data`.
46
pub trait PointerWrapper {
47
/// Type of values borrowed between calls to [`PointerWrapper::into_pointer`] and
0 commit comments