Struct docx_rust::formatting::PageGrid
source · [−]pub struct PageGrid {
pub ty: Option<GridType>,
pub line_pitch: Option<usize>,
pub char_space: Option<usize>,
}
Expand description
Numbering Id
use docx_rust::formatting::*;
let id = NumberingId::from(42usize);
Fields
ty: Option<GridType>
line_pitch: Option<usize>
char_space: Option<usize>
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
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