pub struct AnnPage {
pub page_index: u32,
pub annot_file: Option<String>,
}Expand description
对应 Java: org.ofdrw.core.annotation.AnnPage
描述注释所在的页面,包含页码和该页的注释列表。
Fields§
§page_index: u32页面索引(0-based)。
annot_file: Option<String>该页的注释文件路径。
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnnPage
impl RefUnwindSafe for AnnPage
impl Send for AnnPage
impl Sync for AnnPage
impl Unpin for AnnPage
impl UnsafeUnpin for AnnPage
impl UnwindSafe for AnnPage
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