Home
last modified time | relevance | path

Searched defs:OperationsVTable (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/block/mq/
H A Doperations.rs52 pub(crate) struct OperationsVTable<T: Operations>(PhantomData<T>); struct
54 impl<T: Operations> OperationsVTable<T> { impl