pub type Utf16String = Utf16StringLE;Available on crate feature
text_utf16 and little-endian only.Aliased Type§
pub struct Utf16String(pub Vec<LittleEndian<u16>>);Tuple Fields§
§0: Vec<LittleEndian<u16>>pub type Utf16String = Utf16StringLE;text_utf16 and little-endian only.pub struct Utf16String(pub Vec<LittleEndian<u16>>);0: Vec<LittleEndian<u16>>