Function std::intrinsics::write_bytes
[−]
[src]
pub unsafe extern "rust-intrinsic" fn write_bytes<T>(dst: *mut T, val: u8, count: usize)
Invokes memset on the specified pointer, setting count * size_of::<T>()
`count * size_of::bytes of memory starting at
`
bytes of memory starting at dst
`dstto
` to c
`c`.