Struct precis_core::CodepointInfo [−][src]
pub struct CodepointInfo {
pub cp: u32,
pub position: usize,
pub property: DerivedPropertyValue,
}Expand description
Error that contains information regarding the wrong Unicode code point
Fields
cp: u32Unicode code point
position: usizeThe position of the Unicode code point in the label
property: DerivedPropertyValueThe derived property value
Implementations
Creates a new CodepointInfo struct
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.