pub enum PdfViewNotification {
AnnotationHit,
AnnotationWillHit,
ChangedHistory,
CopyPermission,
DisplayBoxChanged,
DisplayModeChanged,
DocumentChanged,
PageChanged,
PrintPermission,
ScaleChanged,
SelectionChanged,
VisiblePagesChanged,
}Expand description
Wraps PDFView notification constants.
Variants§
AnnotationHit
Wraps the corresponding PDFView notification constant.
AnnotationWillHit
Wraps the corresponding PDFView notification constant.
ChangedHistory
Wraps the corresponding PDFView notification constant.
CopyPermission
Wraps the corresponding PDFView notification constant.
DisplayBoxChanged
Wraps the corresponding PDFView notification constant.
DisplayModeChanged
Wraps the corresponding PDFView notification constant.
DocumentChanged
Wraps the corresponding PDFView notification constant.
PageChanged
Wraps the corresponding PDFView notification constant.
PrintPermission
Wraps the corresponding PDFView notification constant.
ScaleChanged
Wraps the corresponding PDFView notification constant.
SelectionChanged
Wraps the corresponding PDFView notification constant.
VisiblePagesChanged
Wraps the corresponding PDFView notification constant.
Implementations§
Trait Implementations§
Source§impl Clone for PdfViewNotification
impl Clone for PdfViewNotification
Source§fn clone(&self) -> PdfViewNotification
fn clone(&self) -> PdfViewNotification
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 PdfViewNotification
impl Debug for PdfViewNotification
Source§impl PartialEq for PdfViewNotification
impl PartialEq for PdfViewNotification
Source§fn eq(&self, other: &PdfViewNotification) -> bool
fn eq(&self, other: &PdfViewNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfViewNotification
impl Eq for PdfViewNotification
impl StructuralPartialEq for PdfViewNotification
Auto Trait Implementations§
impl Freeze for PdfViewNotification
impl RefUnwindSafe for PdfViewNotification
impl Send for PdfViewNotification
impl Sync for PdfViewNotification
impl Unpin for PdfViewNotification
impl UnsafeUnpin for PdfViewNotification
impl UnwindSafe for PdfViewNotification
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