Struct nx::Header
[-]
[+]
[src]
pub struct Header {
pub nodecount: u32,
// some fields omitted
}An NX file header.
Fields
nodecount | The number of nodes in the NX file. |
pub struct Header {
pub nodecount: u32,
// some fields omitted
}An NX file header.
nodecount | The number of nodes in the NX file. |
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, enum,
trait, typedef (or
tdef).