pub enum ThemeFont {
MajorEastAsia,
MajorBidi,
MajorAscii,
MajorHansi,
MinorEastAsia,
MinorBidi,
MinorAscii,
MinorHansi,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThemeFont
impl RefUnwindSafe for ThemeFont
impl Send for ThemeFont
impl Sync for ThemeFont
impl Unpin for ThemeFont
impl UnwindSafe for ThemeFont
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