pub struct PdfPageTextAnnotation<'a> { /* private fields */ }Auto Trait Implementations
impl<'a> !RefUnwindSafe for PdfPageTextAnnotation<'a>
impl<'a> !Send for PdfPageTextAnnotation<'a>
impl<'a> !Sync for PdfPageTextAnnotation<'a>
impl<'a> Unpin for PdfPageTextAnnotation<'a>
impl<'a> !UnwindSafe for PdfPageTextAnnotation<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> PdfPageAnnotationCommon for T where
T: PdfPageAnnotationPrivate,
impl<T> PdfPageAnnotationCommon for T where
T: PdfPageAnnotationPrivate,
sourcefn bounds(&self) -> Result<PdfRect, PdfiumError>
fn bounds(&self) -> Result<PdfRect, PdfiumError>
Returns the bounding box of this PdfPageAnnotation.