Home
last modified time | relevance | path

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

/linux/rust/pin-init/src/
H A D__internal.rs284 pub struct OnlyCallFromDrop(()); global() struct
286 impl OnlyCallFromDrop { global() implementation
H A Dlib.rs1468 drop(self: Pin<&mut Self>, only_call_from_drop: __internal::OnlyCallFromDrop) drop() argument