Home
last modified time | relevance | path

Searched refs:copy_unchecked (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy/src/util/
H A Dmod.rs282 pub(crate) unsafe fn copy_unchecked(src: &[u8], dst: &mut [u8]) { in copy_unchecked() function
/linux/rust/zerocopy/src/
H A Dlib.rs5932 unsafe { util::copy_unchecked(src, dst) } in write_to()
6020 unsafe { util::copy_unchecked(src, dst) } in write_to_prefix()
6127 util::copy_unchecked(src, dst); in write_to_suffix()