pub type nchar_type = Enum_Unnamed12;
Aliased Type§
#[repr(u32)]pub enum nchar_type {
Bytes = 0,
Chars = 1,
Width = 2,
}
Variants§
Trait Implementations
Source§impl Clone for Enum_Unnamed12
impl Clone for Enum_Unnamed12
Source§fn clone(&self) -> Enum_Unnamed12
fn clone(&self) -> Enum_Unnamed12
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more