Function std::ptr::buf_lenDeprecated[src]
pub unsafe fn buf_len<T>(buf: **T) -> uint
Return the offset of the first null pointer in buf.
pub unsafe fn buf_len<T>(buf: **T) -> uint
Return the offset of the first null pointer in buf.
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).