Module std::u16Unstable[src]
Operations and constants for unsigned 16-bits integers (u16 type)
Primitive Types
| u16 | Operations and constants for unsigned 16-bits integers ( |
Statics
pub static BITS: uint = [definition] |
|
pub static BYTES: uint = [definition] |
|
pub static MAX: u16 = [definition] |
|
pub static MIN: u16 = [definition] |
Functions
| parse_bytes | Parse a byte slice as a number in the given base |
| to_str_bytes | Convert to a string as a byte slice in a given base. |