Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/init/
D__internal.rs242 pub struct AlwaysFail<T: ?Sized> { struct
246 impl<T: ?Sized> AlwaysFail<T> { implementation
253 impl<T: ?Sized> Default for AlwaysFail<T> { implementation
260 unsafe impl<T: ?Sized> PinInit<T, ()> for AlwaysFail<T> { implementation