Function std::intrinsics::set_memoryExperimental
[-]
[+]
[src]
pub unsafe fn set_memory<T>(*mut T, u8, uint)
Invokes memset on the specified pointer, setting count * size_of::<T>()
bytes of memory starting at dst
to c
.