pub struct PdfLinkAnnotation {
pub rect: (f32, f32, f32, f32),
pub action: PdfLinkAction,
}Fields§
§rect: (f32, f32, f32, f32)§action: PdfLinkActionTrait Implementations§
Source§impl Clone for PdfLinkAnnotation
impl Clone for PdfLinkAnnotation
Source§fn clone(&self) -> PdfLinkAnnotation
fn clone(&self) -> PdfLinkAnnotation
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 PdfLinkAnnotation
impl RefUnwindSafe for PdfLinkAnnotation
impl Send for PdfLinkAnnotation
impl Sync for PdfLinkAnnotation
impl Unpin for PdfLinkAnnotation
impl UnsafeUnpin for PdfLinkAnnotation
impl UnwindSafe for PdfLinkAnnotation
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