Function std::ptr::zero_memoryExperimental[src]
pub unsafe fn zero_memory<T>(dst: *mut T, count: uint)
Zeroes out count * size_of::<T> bytes of memory at dst
pub unsafe fn zero_memory<T>(dst: *mut T, count: uint)
Zeroes out count * size_of::<T> bytes of memory at dst
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).