Struct docx_rust::formatting::Scale
source · pub struct Scale {
pub value: Option<u16>,
}Expand description
Text Expansion/Compression Percentage, 0..=600.
Fields§
§value: Option<u16>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Scale
impl Send for Scale
impl Sync for Scale
impl Unpin for Scale
impl UnwindSafe for Scale
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