Struct docx_rust::formatting::PageSize
source · 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 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