Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/zerovec/src/ule/
Dplain.rs17 pub struct RawBytesULE<const N: usize>(pub [u8; N]); struct
19 impl<const N: usize> RawBytesULE<N> { implementation
43 unsafe impl<const N: usize> ULE for RawBytesULE<N> { implementation
55 impl<const N: usize> From<[u8; N]> for RawBytesULE<N> { implementation
64 impl RawBytesULE<$size> { impl
136 impl RawBytesULE<$size> { impl
/external/rust/android-crates-io/crates/zerovec/src/varzerovec/
Dcomponents.rs129 unsafe impl IntegerULE for RawBytesULE<2> { implementation
149 unsafe impl IntegerULE for RawBytesULE<4> { implementation