Home
last modified time | relevance | path

Searched refs:BinaryReadFile (Results 1 – 2 of 2) sorted by relevance

/linux/rust/kernel/debugfs/
H A Dfile_ops.rs287 pub(crate) trait BinaryReadFile<T> { interface
291 impl<T: BinaryWriter + Sync> BinaryReadFile<T> for T {
/linux/rust/kernel/
H A Ddebugfs.rs48 BinaryReadFile,