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 16ba0c0 commit faea273Copy full SHA for faea273
src/structures/idt.rs
@@ -797,9 +797,9 @@ impl<F: HandlerFuncType> Entry<F> {
797
}
798
799
800
-/// The trait for all function types that can be used as a handler function in `Entry`.
+/// A common trait for all handler functions usable in [`Entry`].
801
pub trait HandlerFuncType {
802
- /// Get the virtual memory address of the function
+ /// Get the virtual address of the handler function.
803
fn to_virt_addr(self) -> VirtAddr;
804
805
0 commit comments