Enum docx_rust::formatting::FontHint
source · [−]pub enum FontHint {
Default,
EastAsia,
ComplexScript,
}
Variants
Default
EastAsia
ComplexScript
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more