Searched defs:ByteValued (Results 1 – 3 of 3) sorted by relevance
34 pub unsafe trait ByteValued: Copy + Default + Send + Sync { interface134 unsafe impl ByteValued for [$T; $N] {} impl143 unsafe impl ByteValued for $T {} impl
68 unsafe impl ByteValued for $new_type {} impl
549 pub fn copy_to<T>(&self, buf: &mut [T]) -> usize in copy_to()630 T: ByteValued, in copy_from()