pub struct LopdfPage {
pub object_id: ObjectId,
pub index: usize,
}Expand description
A reference to a single page within a LopdfDocument.
Fields§
§object_id: ObjectIdThe lopdf object ID for this page.
index: usizeThe 0-based page index.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LopdfPage
impl RefUnwindSafe for LopdfPage
impl Send for LopdfPage
impl Sync for LopdfPage
impl Unpin for LopdfPage
impl UnsafeUnpin for LopdfPage
impl UnwindSafe for LopdfPage
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