pub struct PageLabel {
pub prefix: PdfString,
pub kind: Option<PageLabelKind>,
pub start: u32,
}Expand description
Specification for the labels of a sequence of pages
Fields§
§prefix: PdfStringFixed string prepended to every number
kind: Option<PageLabelKind>The style of the number
start: u32The value for the number on the first page of the group
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageLabel
impl RefUnwindSafe for PageLabel
impl Send for PageLabel
impl Sync for PageLabel
impl Unpin for PageLabel
impl UnwindSafe for PageLabel
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