Enum swash::text::JoiningType
source · #[repr(u8)]pub enum JoiningType {
U = 0,
L = 1,
R = 2,
D = 3,
Alaph = 4,
DalathRish = 5,
T = 6,
}
Expand description
Joining type property.
Variants§
Trait Implementations§
source§impl Clone for JoiningType
impl Clone for JoiningType
source§fn clone(&self) -> JoiningType
fn clone(&self) -> JoiningType
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 JoiningType
impl Debug for JoiningType
source§impl Hash for JoiningType
impl Hash for JoiningType
source§impl Ord for JoiningType
impl Ord for JoiningType
source§fn cmp(&self, other: &JoiningType) -> Ordering
fn cmp(&self, other: &JoiningType) -> 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 JoiningType
impl PartialEq for JoiningType
source§impl PartialOrd for JoiningType
impl PartialOrd for JoiningType
impl Copy for JoiningType
impl Eq for JoiningType
impl StructuralPartialEq for JoiningType
Auto Trait Implementations§
impl Freeze for JoiningType
impl RefUnwindSafe for JoiningType
impl Send for JoiningType
impl Sync for JoiningType
impl Unpin for JoiningType
impl UnwindSafe for JoiningType
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
)