pub enum TrappingStatus {
Trapped,
NotTrapped,
Unknown,
}
Expand description
Whether a document has been adjusted with traps.
Those account for colorant misregistration during the printing process.
Variants§
Trapped
The document is fully trapped.
NotTrapped
The document has not been trapped.
Unknown
The document is partially trapped or the trapping status is unknown.
Trait Implementations§
source§impl Clone for TrappingStatus
impl Clone for TrappingStatus
source§fn clone(&self) -> TrappingStatus
fn clone(&self) -> TrappingStatus
Returns a copy of the value. Read more
1.6.0 · 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 TrappingStatus
impl Debug for TrappingStatus
source§impl Hash for TrappingStatus
impl Hash for TrappingStatus
source§impl PartialEq for TrappingStatus
impl PartialEq for TrappingStatus
impl Copy for TrappingStatus
impl Eq for TrappingStatus
impl StructuralPartialEq for TrappingStatus
Auto Trait Implementations§
impl Freeze for TrappingStatus
impl RefUnwindSafe for TrappingStatus
impl Send for TrappingStatus
impl Sync for TrappingStatus
impl Unpin for TrappingStatus
impl UnwindSafe for TrappingStatus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)