Searched refs:impl_fn_zeroable_option (Results 1 – 1 of 1) sorted by relevance
| /linux/rust/pin-init/src/ |
| H A D | lib.rs | 1754 macro_rules! impl_fn_zeroable_option { macro 1756 $(impl_fn_zeroable_option!({extern $abi} $args);)* 1757 $(impl_fn_zeroable_option!({unsafe extern $abi} $args);)* 1764 impl_fn_zeroable_option!({$($prefix)*} {$($rest),*,}); 1768 impl_fn_zeroable_option!(["Rust", "C"] { A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T…
|