Home
last modified time | relevance | path

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

/linux-6.15/rust/pin-init/src/
H A D__internal.rs253 pub struct OnlyCallFromDrop(()); struct
255 impl OnlyCallFromDrop { implementation
H A Dmacros.rs525 fn drop($($sig)*, _: $crate::__internal::OnlyCallFromDrop) {
965 let token = unsafe { $crate::__internal::OnlyCallFromDrop::new() };
H A Dlib.rs1377 fn drop(self: Pin<&mut Self>, only_call_from_drop: __internal::OnlyCallFromDrop); in drop() argument