Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/init/
D__internal.rs139 pub struct StackInit<T> { struct
144 impl<T> Drop for StackInit<T> { argument
155 impl<T> StackInit<T> { implementation