#[repr(transparent)]pub struct utf8proc_indic_conjunct_break_t(pub c_uint);Expand description
Indic_Conjunct_Break property. (TR44)
Tuple Fields§
§0: c_uintImplementations§
Source§impl utf8proc_indic_conjunct_break_t
impl utf8proc_indic_conjunct_break_t
pub const UTF8PROC_INDIC_CONJUNCT_BREAK_NONE: utf8proc_indic_conjunct_break_t
pub const UTF8PROC_INDIC_CONJUNCT_BREAK_LINKER: utf8proc_indic_conjunct_break_t
pub const UTF8PROC_INDIC_CONJUNCT_BREAK_CONSONANT: utf8proc_indic_conjunct_break_t
pub const UTF8PROC_INDIC_CONJUNCT_BREAK_EXTEND: utf8proc_indic_conjunct_break_t
Trait Implementations§
Source§impl Clone for utf8proc_indic_conjunct_break_t
impl Clone for utf8proc_indic_conjunct_break_t
Source§fn clone(&self) -> utf8proc_indic_conjunct_break_t
fn clone(&self) -> utf8proc_indic_conjunct_break_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 PartialEq for utf8proc_indic_conjunct_break_t
impl PartialEq for utf8proc_indic_conjunct_break_t
Source§fn eq(&self, other: &utf8proc_indic_conjunct_break_t) -> bool
fn eq(&self, other: &utf8proc_indic_conjunct_break_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for utf8proc_indic_conjunct_break_t
impl Eq for utf8proc_indic_conjunct_break_t
impl StructuralPartialEq for utf8proc_indic_conjunct_break_t
Auto Trait Implementations§
impl Freeze for utf8proc_indic_conjunct_break_t
impl RefUnwindSafe for utf8proc_indic_conjunct_break_t
impl Send for utf8proc_indic_conjunct_break_t
impl Sync for utf8proc_indic_conjunct_break_t
impl Unpin for utf8proc_indic_conjunct_break_t
impl UnwindSafe for utf8proc_indic_conjunct_break_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