Struct docx_rust::formatting::Size
source · [−]pub struct Size {
pub value: usize,
}
Expand description
Size
use docx::formatting::*;
let sz = Size::from(42usize);
Fields
value: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Size
impl Send for Size
impl Sync for Size
impl Unpin for Size
impl UnwindSafe for Size
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