pub struct PdfDestination { /* private fields */ }Expand description
Wraps PDFDestination.
Implementations§
Source§impl PdfDestination
impl PdfDestination
Sourcepub const UNSPECIFIED_VALUE: f64 = 3.402_823_466_385_288_6e38
pub const UNSPECIFIED_VALUE: f64 = 3.402_823_466_385_288_6e38
Wraps PDFDestination.unspecifiedValue.
Sourcepub fn info(&self) -> Result<PdfDestinationInfo>
pub fn info(&self) -> Result<PdfDestinationInfo>
Wraps the corresponding PDFDestination API.
Trait Implementations§
Source§impl Clone for PdfDestination
impl Clone for PdfDestination
Source§fn clone(&self) -> PdfDestination
fn clone(&self) -> PdfDestination
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PdfDestination
impl RefUnwindSafe for PdfDestination
impl !Send for PdfDestination
impl !Sync for PdfDestination
impl Unpin for PdfDestination
impl UnsafeUnpin for PdfDestination
impl UnwindSafe for PdfDestination
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