#[repr(transparent)]pub struct utf8proc_boundclass_t(pub c_uint);Expand description
Boundclass property. (TR29)
Tuple Fields§
§0: c_uintImplementations§
Source§impl utf8proc_boundclass_t
impl utf8proc_boundclass_t
Sourcepub const UTF8PROC_BOUNDCLASS_START: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_START: utf8proc_boundclass_t
< Start
Sourcepub const UTF8PROC_BOUNDCLASS_OTHER: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_OTHER: utf8proc_boundclass_t
< Other
Sourcepub const UTF8PROC_BOUNDCLASS_CR: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_CR: utf8proc_boundclass_t
< Cr
Sourcepub const UTF8PROC_BOUNDCLASS_LF: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_LF: utf8proc_boundclass_t
< Lf
Sourcepub const UTF8PROC_BOUNDCLASS_CONTROL: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_CONTROL: utf8proc_boundclass_t
< Control
Sourcepub const UTF8PROC_BOUNDCLASS_EXTEND: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_EXTEND: utf8proc_boundclass_t
< Extend
Sourcepub const UTF8PROC_BOUNDCLASS_L: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_L: utf8proc_boundclass_t
< L
Sourcepub const UTF8PROC_BOUNDCLASS_V: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_V: utf8proc_boundclass_t
< V
Sourcepub const UTF8PROC_BOUNDCLASS_T: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_T: utf8proc_boundclass_t
< T
Sourcepub const UTF8PROC_BOUNDCLASS_LV: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_LV: utf8proc_boundclass_t
< Lv
Sourcepub const UTF8PROC_BOUNDCLASS_LVT: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_LVT: utf8proc_boundclass_t
< Lvt
Sourcepub const UTF8PROC_BOUNDCLASS_REGIONAL_INDICATOR: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_REGIONAL_INDICATOR: utf8proc_boundclass_t
< Regional indicator
Sourcepub const UTF8PROC_BOUNDCLASS_SPACINGMARK: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_SPACINGMARK: utf8proc_boundclass_t
< Spacingmark
Sourcepub const UTF8PROC_BOUNDCLASS_PREPEND: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_PREPEND: utf8proc_boundclass_t
< Prepend
Sourcepub const UTF8PROC_BOUNDCLASS_ZWJ: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_ZWJ: utf8proc_boundclass_t
< Zero Width Joiner
Sourcepub const UTF8PROC_BOUNDCLASS_E_BASE: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_E_BASE: utf8proc_boundclass_t
< Emoji Base
Sourcepub const UTF8PROC_BOUNDCLASS_E_MODIFIER: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_E_MODIFIER: utf8proc_boundclass_t
< Emoji Modifier
Sourcepub const UTF8PROC_BOUNDCLASS_GLUE_AFTER_ZWJ: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_GLUE_AFTER_ZWJ: utf8proc_boundclass_t
< Glue_After_ZWJ
Sourcepub const UTF8PROC_BOUNDCLASS_E_BASE_GAZ: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_E_BASE_GAZ: utf8proc_boundclass_t
< E_BASE + GLUE_AFTER_ZJW
pub const UTF8PROC_BOUNDCLASS_EXTENDED_PICTOGRAPHIC: utf8proc_boundclass_t
pub const UTF8PROC_BOUNDCLASS_E_ZWG: utf8proc_boundclass_t
Trait Implementations§
Source§impl Clone for utf8proc_boundclass_t
impl Clone for utf8proc_boundclass_t
Source§fn clone(&self) -> utf8proc_boundclass_t
fn clone(&self) -> utf8proc_boundclass_t
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 moreSource§impl Debug for utf8proc_boundclass_t
impl Debug for utf8proc_boundclass_t
Source§impl Hash for utf8proc_boundclass_t
impl Hash for utf8proc_boundclass_t
Source§impl PartialEq for utf8proc_boundclass_t
impl PartialEq for utf8proc_boundclass_t
impl Copy for utf8proc_boundclass_t
impl Eq for utf8proc_boundclass_t
impl StructuralPartialEq for utf8proc_boundclass_t
Auto Trait Implementations§
impl Freeze for utf8proc_boundclass_t
impl RefUnwindSafe for utf8proc_boundclass_t
impl Send for utf8proc_boundclass_t
impl Sync for utf8proc_boundclass_t
impl Unpin for utf8proc_boundclass_t
impl UnwindSafe for utf8proc_boundclass_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more