Struct docx_rust::formatting::PageGrid
source · pub struct PageGrid {
pub ty: Option<GridType>,
pub line_pitch: Option<isize>,
pub char_space: Option<isize>,
}Expand description
Numbering Id
use docx_rust::formatting::*;
let id = NumberingId::from(42isize);Fields§
§ty: Option<GridType>§line_pitch: Option<isize>§char_space: Option<isize>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PageGrid
impl Send for PageGrid
impl Sync for PageGrid
impl Unpin for PageGrid
impl UnwindSafe for PageGrid
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