Function rand_core::le::read_u32_into  
source ยท pub fn read_u32_into(src: &[u8], dst: &mut [u32])Expand description
Reads unsigned 32 bit integers from src into dst.
pub fn read_u32_into(src: &[u8], dst: &mut [u32])Reads unsigned 32 bit integers from src into dst.