Home
last modified time | relevance | path

Searched defs:ByteValued (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dbytes.rs34 pub unsafe trait ByteValued: Copy + Default + Send + Sync { interface
134 unsafe impl ByteValued for [$T; $N] {} impl
143 unsafe impl ByteValued for $T {} impl
Dendian.rs68 unsafe impl ByteValued for $new_type {} impl
Dvolatile_memory.rs549 pub fn copy_to<T>(&self, buf: &mut [T]) -> usize in copy_to()
630 T: ByteValued, in copy_from()