u32string

Type Alias u32string 

Source
pub type u32string = basic_string<Pod<i32>>;
Expand description

对应std::u32string

Aliased Type§

#[repr(C)]
pub struct u32string { /* private fields */ }

Implementations§

Source§

impl u32string

Source

pub fn new() -> Self

Source

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

Trait Implementations§

Source§

impl Default for u32string

Source§

fn default() -> Self

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