pub enum PdfViewNotification {
AnnotationHit,
AnnotationWillHit,
ChangedHistory,
CopyPermission,
DisplayBoxChanged,
DisplayModeChanged,
DocumentChanged,
PageChanged,
PrintPermission,
ScaleChanged,
SelectionChanged,
VisiblePagesChanged,
}Variants§
AnnotationHit
AnnotationWillHit
ChangedHistory
CopyPermission
DisplayBoxChanged
DisplayModeChanged
DocumentChanged
PageChanged
PrintPermission
ScaleChanged
SelectionChanged
VisiblePagesChanged
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