Struct pdf_extract::Bookmark
source · pub struct Bookmark {
pub children: Vec<u32>,
pub title: String,
pub format: u32,
pub color: [f32; 3],
pub page: (u32, u16),
pub id: u32,
}Fields§
§children: Vec<u32>Children, Must be a Collection that allows for insertion of the same page ID.
title: String§format: u320, 1 for italic, 2 for bold, 3 for italic bold
color: [f32; 3]R,G,B
page: (u32, u16)§id: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bookmark
impl RefUnwindSafe for Bookmark
impl Send for Bookmark
impl Sync for Bookmark
impl Unpin for Bookmark
impl UnwindSafe for Bookmark
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)