pub struct PdfPageUnsupportedAnnotation<'a> { /* private fields */ }Implementations
sourceimpl<'a> PdfPageUnsupportedAnnotation<'a>
impl<'a> PdfPageUnsupportedAnnotation<'a>
sourcepub fn get_type(&self) -> PdfPageAnnotationType
pub fn get_type(&self) -> PdfPageAnnotationType
Returns the annotation type of this annotation recognized by Pdfium, but unsupported for creation, editing, or rendering.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for PdfPageUnsupportedAnnotation<'a>
impl<'a> !Send for PdfPageUnsupportedAnnotation<'a>
impl<'a> !Sync for PdfPageUnsupportedAnnotation<'a>
impl<'a> Unpin for PdfPageUnsupportedAnnotation<'a>
impl<'a> !UnwindSafe for PdfPageUnsupportedAnnotation<'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.