pub struct PdfDestinationInfo {
pub page_label: Option<String>,
pub page_index: Option<usize>,
pub point: PdfPoint,
pub zoom: f64,
}Fields§
§page_label: Option<String>§page_index: Option<usize>§point: PdfPoint§zoom: f64Trait Implementations§
Source§impl Clone for PdfDestinationInfo
impl Clone for PdfDestinationInfo
Source§fn clone(&self) -> PdfDestinationInfo
fn clone(&self) -> PdfDestinationInfo
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 moreSource§impl Debug for PdfDestinationInfo
impl Debug for PdfDestinationInfo
Source§impl<'de> Deserialize<'de> for PdfDestinationInfo
impl<'de> Deserialize<'de> for PdfDestinationInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PdfDestinationInfo
impl RefUnwindSafe for PdfDestinationInfo
impl Send for PdfDestinationInfo
impl Sync for PdfDestinationInfo
impl Unpin for PdfDestinationInfo
impl UnsafeUnpin for PdfDestinationInfo
impl UnwindSafe for PdfDestinationInfo
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