pub struct PdfAreaOfInterest(/* private fields */);Implementations§
Source§impl PdfAreaOfInterest
impl PdfAreaOfInterest
pub const NONE: Self
pub const PAGE: Self
pub const TEXT: Self
pub const ANNOTATION: Self
pub const LINK: Self
pub const CONTROL: Self
pub const TEXT_FIELD: Self
pub const ICON: Self
pub const POPUP: Self
pub const IMAGE: Self
pub const ANY: Self
pub const fn from_bits(bits: u64) -> Self
pub const fn bits(self) -> u64
pub const fn is_empty(self) -> bool
pub const fn contains(self, other: Self) -> bool
pub const fn intersects(self, other: Self) -> bool
Trait Implementations§
Source§impl BitAnd for PdfAreaOfInterest
impl BitAnd for PdfAreaOfInterest
Source§impl BitAndAssign for PdfAreaOfInterest
impl BitAndAssign for PdfAreaOfInterest
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&= operation. Read moreSource§impl BitOr for PdfAreaOfInterest
impl BitOr for PdfAreaOfInterest
Source§impl BitOrAssign for PdfAreaOfInterest
impl BitOrAssign for PdfAreaOfInterest
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|= operation. Read moreSource§impl Clone for PdfAreaOfInterest
impl Clone for PdfAreaOfInterest
Source§fn clone(&self) -> PdfAreaOfInterest
fn clone(&self) -> PdfAreaOfInterest
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 PdfAreaOfInterest
impl Debug for PdfAreaOfInterest
Source§impl Default for PdfAreaOfInterest
impl Default for PdfAreaOfInterest
Source§fn default() -> PdfAreaOfInterest
fn default() -> PdfAreaOfInterest
Returns the “default value” for a type. Read more
Source§impl PartialEq for PdfAreaOfInterest
impl PartialEq for PdfAreaOfInterest
Source§fn eq(&self, other: &PdfAreaOfInterest) -> bool
fn eq(&self, other: &PdfAreaOfInterest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfAreaOfInterest
impl Eq for PdfAreaOfInterest
impl StructuralPartialEq for PdfAreaOfInterest
Auto Trait Implementations§
impl Freeze for PdfAreaOfInterest
impl RefUnwindSafe for PdfAreaOfInterest
impl Send for PdfAreaOfInterest
impl Sync for PdfAreaOfInterest
impl Unpin for PdfAreaOfInterest
impl UnsafeUnpin for PdfAreaOfInterest
impl UnwindSafe for PdfAreaOfInterest
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