Function collections::str::raw::from_buf_len[src]
pub unsafe fn from_buf_len(buf: *u8, len: uint) -> String
Create a Rust string from a *u8 buffer of the given length
pub unsafe fn from_buf_len(buf: *u8, len: uint) -> String
Create a Rust string from a *u8 buffer of the given length
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).