pub enum SyllableType {
ConsonantSyllable = 0,
BrokenCluster = 1,
NonKhmerCluster = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for SyllableType
impl Clone for SyllableType
Source§fn clone(&self) -> SyllableType
fn clone(&self) -> SyllableType
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 moreimpl Copy for SyllableType
Auto Trait Implementations§
impl Freeze for SyllableType
impl RefUnwindSafe for SyllableType
impl Send for SyllableType
impl Sync for SyllableType
impl Unpin for SyllableType
impl UnwindSafe for SyllableType
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