Home
last modified time | relevance | path

Searched refs:OnlyCallFromDrop (Results 1 – 3 of 3) sorted by relevance

/linux/rust/pin-init/src/
H A D__internal.rs367 pub struct OnlyCallFromDrop(());
369 impl OnlyCallFromDrop {
284 pub struct OnlyCallFromDrop(()); global() struct
286 impl OnlyCallFromDrop { global() implementation
H A Dmacros.rs
H A Dlib.rs1519 fn drop(self: Pin<&mut Self>, only_call_from_drop: __internal::OnlyCallFromDrop); in drop() argument