Struct UIndicSyllabicCategory
#[repr(transparent)]pub struct UIndicSyllabicCategory(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for UIndicSyllabicCategory
impl Clone for UIndicSyllabicCategory
§fn clone(&self) -> UIndicSyllabicCategory
fn clone(&self) -> UIndicSyllabicCategory
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 more§impl Debug for UIndicSyllabicCategory
impl Debug for UIndicSyllabicCategory
§impl Default for UIndicSyllabicCategory
impl Default for UIndicSyllabicCategory
§fn default() -> UIndicSyllabicCategory
fn default() -> UIndicSyllabicCategory
Returns the “default value” for a type. Read more
§impl PartialEq for UIndicSyllabicCategory
impl PartialEq for UIndicSyllabicCategory
impl Copy for UIndicSyllabicCategory
impl Eq for UIndicSyllabicCategory
impl StructuralPartialEq for UIndicSyllabicCategory
Auto Trait Implementations§
impl Freeze for UIndicSyllabicCategory
impl RefUnwindSafe for UIndicSyllabicCategory
impl Send for UIndicSyllabicCategory
impl Sync for UIndicSyllabicCategory
impl Unpin for UIndicSyllabicCategory
impl UnwindSafe for UIndicSyllabicCategory
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