[][src]Module nine::p2000

Message types and other constructs for 9p protocols based on 9p2000.

Re-exports

pub use common::*;

Structs

FileMode

The mode of a file, representing its type as well as permissions.

FileType

The type of a file. Used within Qids.

OpenMode

The mode in which a file is to be opened.

Qid

A Qid contains information about the type of a file, its edit version, and its uniquely identified "path".

Rattach
Rauth
Rclunk
Rcreate
Rerror
Rflush
Ropen
Rread
Rremove
Rstat
Rversion
Rwalk
Rwrite
Rwstat
Stat
Tattach
Tauth
Tclunk
Tcreate
Tflush
Topen
Tread
Tremove
Tstat
Tversion
Twalk
Twrite
Twstat

Constants

NOTAG

The tag number used to represent that tags are irrelevant for this message.