pub struct PdfiumPageRange { /* private fields */ }Expand description
§Rust interface to FPDF_PAGERANGE
Trait Implementations§
Source§impl Clone for PdfiumPageRange
impl Clone for PdfiumPageRange
Source§fn clone(&self) -> PdfiumPageRange
fn clone(&self) -> PdfiumPageRange
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PdfiumPageRange
impl Debug for PdfiumPageRange
Source§impl From<&PdfiumPageRange> for FPDF_PAGERANGE
impl From<&PdfiumPageRange> for FPDF_PAGERANGE
Source§fn from(page_range: &PdfiumPageRange) -> Self
fn from(page_range: &PdfiumPageRange) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PdfiumPageRange
impl RefUnwindSafe for PdfiumPageRange
impl !Send for PdfiumPageRange
impl !Sync for PdfiumPageRange
impl Unpin for PdfiumPageRange
impl UnwindSafe for PdfiumPageRange
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