Enum swash::text::ClusterBreak
source · #[repr(u8)]pub enum ClusterBreak {
Show 14 variants
CN = 0,
CR = 1,
EX = 2,
L = 3,
LF = 4,
LV = 5,
LVT = 6,
PP = 7,
RI = 8,
SM = 9,
T = 10,
V = 11,
XX = 12,
ZWJ = 13,
}
Expand description
Property for the cluster breaking algorithm.
Variants§
CN = 0
CR = 1
EX = 2
L = 3
LF = 4
LV = 5
LVT = 6
PP = 7
RI = 8
SM = 9
T = 10
V = 11
XX = 12
ZWJ = 13
Trait Implementations§
source§impl Clone for ClusterBreak
impl Clone for ClusterBreak
source§fn clone(&self) -> ClusterBreak
fn clone(&self) -> ClusterBreak
Returns a copy 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 ClusterBreak
impl Debug for ClusterBreak
source§impl Hash for ClusterBreak
impl Hash for ClusterBreak
source§impl Ord for ClusterBreak
impl Ord for ClusterBreak
source§fn cmp(&self, other: &ClusterBreak) -> Ordering
fn cmp(&self, other: &ClusterBreak) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ClusterBreak
impl PartialEq for ClusterBreak
source§impl PartialOrd for ClusterBreak
impl PartialOrd for ClusterBreak
impl Copy for ClusterBreak
impl Eq for ClusterBreak
impl StructuralPartialEq for ClusterBreak
Auto Trait Implementations§
impl Freeze for ClusterBreak
impl RefUnwindSafe for ClusterBreak
impl Send for ClusterBreak
impl Sync for ClusterBreak
impl Unpin for ClusterBreak
impl UnwindSafe for ClusterBreak
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)