Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
I16 in object::endian - Rust
[go: Go Back, main page]

Type Alias I16

Source
pub type I16<E> = I16Bytes<E>;
Expand description

An i16 value with an externally specified endianness of type E.

Aliased Typeยง

pub struct I16<E>(/* private fields */);