Enum docx_rust::formatting::FontHint
source · pub enum FontHint {
Default,
EastAsia,
ComplexScript,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FontHint
impl Send for FontHint
impl Sync for FontHint
impl Unpin for FontHint
impl UnwindSafe for FontHint
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