pub struct PageSize {
pub weight: isize,
pub height: isize,
}
Expand description
Numbering Id
use docx_rust::formatting::*;
let id = NumberingId::from(42isize);
Fields§
§weight: isize
§height: isize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageSize
impl RefUnwindSafe for PageSize
impl Send for PageSize
impl Sync for PageSize
impl Unpin for PageSize
impl UnwindSafe for PageSize
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