Expand description
DebugFS Abstraction
C header: include/linux/debugfs.h
Structs§
- Dir
- Owning handle to a DebugFS directory.
- File
- Handle to a DebugFS file, owning its backing data.
- Scope
- Handle to a DebugFS scope, which ensures that attached
datawill outlive the DebugFS entry without moving. - Scoped
Dir - A handle to a directory which will live at most
'dir, accessing data that will live for at least'data.
Traits§
- Binary
Reader - Trait for types that can be constructed from a binary representation.
- Binary
Reader Mut - Trait for types that can be constructed from a binary representation.
- Binary
Writer - Trait for types that can be written out as binary.
- Reader
- A trait for types that can be updated from a user slice.
- Writer
- A trait for types that can be written into a string.