Function collections::slice::raw::mut_buf_as_slice[src]
pub unsafe fn mut_buf_as_slice<T, U>(p: *mut T, len: uint, f: |&mut [T]| -> U) -> U
Form a slice from a pointer and length (as a number of units, not bytes).
pub unsafe fn mut_buf_as_slice<T, U>(p: *mut T, len: uint, f: |&mut [T]| -> U) -> U
Form a slice from a pointer and length (as a number of units, not bytes).
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).