utf8proc_property_t

Type Alias utf8proc_property_t 

Source
pub type utf8proc_property_t = utf8proc_property_struct;
Expand description

Struct containing information about a codepoint.

Aliased Type§

#[repr(C, align(4))]
pub struct utf8proc_property_t { pub category: i16, pub combining_class: i16, pub bidi_class: i16, pub decomp_type: i16, pub decomp_seqindex: u16, pub casefold_seqindex: u16, pub uppercase_seqindex: u16, pub lowercase_seqindex: u16, pub titlecase_seqindex: u16, pub _bitfield_align_1: [u16; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>, pub __bindgen_padding_0: u16, }

Fields§

§category: i16

Unicode category. @see utf8proc_category_t.

§combining_class: i16§bidi_class: i16

Bidirectional class. @see utf8proc_bidi_class_t.

§decomp_type: i16

@anchor Decomposition type. @see utf8proc_decomp_type_t.

§decomp_seqindex: u16§casefold_seqindex: u16§uppercase_seqindex: u16§lowercase_seqindex: u16§titlecase_seqindex: u16§_bitfield_align_1: [u16; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>§__bindgen_padding_0: u16