Home
last modified time | relevance | path

Searched defs:AsULE (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/zerovec/src/ule/
Dplain.rs121 impl AsULE for $type { impl
386 impl AsULE for () { impl
Dmod.rs161 pub trait AsULE: Copy { interface
Dslices.rs22 impl<T: AsULE, const N: usize> AsULE for [T; N] { impl
Dtuple.rs67 impl<$($t: AsULE),+> AsULE for ($($t),+) { impl