u16string

Type Alias u16string 

Source
pub type u16string = basic_string<Pod<i16>>;
Expand description

对应std::u16string

Aliased Type§

pub struct u16string { /* private fields */ }

Implementations§

Source§

impl u16string

Source

pub fn new() -> Self

Source

pub fn with_buf(b: &[u16]) -> Self

Trait Implementations§

Source§

impl Default for u16string

Source§

fn default() -> Self

Returns the “default value” for a type. Read more