Enum xpg::HaikuVariant
source · pub enum HaikuVariant {
Normal,
WithSyllables,
WithSyllablesCondensed,
Condensed,
Full,
FullWithSyllables,
}Variants§
Auto Trait Implementations§
impl Freeze for HaikuVariant
impl RefUnwindSafe for HaikuVariant
impl Send for HaikuVariant
impl Sync for HaikuVariant
impl Unpin for HaikuVariant
impl UnwindSafe for HaikuVariant
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