Function native::io::net::write[src]
pub fn write<T>(fd: sock_t, deadline: u64, buf: &[u8], write_everything: bool, lock: || -> T, write: |bool, *u8, uint| -> i64) -> IoResult<uint>
pub fn write<T>(fd: sock_t, deadline: u64, buf: &[u8], write_everything: bool, lock: || -> T, write: |bool, *u8, uint| -> i64) -> IoResult<uint>
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).