Home
last modified time | relevance | path

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

/rust/kernel/init/
D__internal.rs225 pub struct OnlyCallFromDrop(()); struct
227 impl OnlyCallFromDrop { impl
/rust/kernel/
Dinit.rs1340 fn drop(self: Pin<&mut Self>, only_call_from_drop: __internal::OnlyCallFromDrop); in drop()