#[repr(i32)]pub enum EPrintXPSJobProgress {
kAddingDocumentSequence = 0,
kDocumentSequenceAdded = 1,
kAddingFixedDocument = 2,
kFixedDocumentAdded = 3,
kAddingFixedPage = 4,
kFixedPageAdded = 5,
kResourceAdded = 6,
kFontAdded = 7,
kImageAdded = 8,
kXpsDocumentCommitted = 9,
}Variants§
kAddingDocumentSequence = 0
kDocumentSequenceAdded = 1
kAddingFixedDocument = 2
kFixedDocumentAdded = 3
kAddingFixedPage = 4
kFixedPageAdded = 5
kResourceAdded = 6
kFontAdded = 7
kImageAdded = 8
kXpsDocumentCommitted = 9
Trait Implementations§
Source§impl Clone for EPrintXPSJobProgress
impl Clone for EPrintXPSJobProgress
Source§fn clone(&self) -> EPrintXPSJobProgress
fn clone(&self) -> EPrintXPSJobProgress
Returns a duplicate of the value. Read more
1.0.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 EPrintXPSJobProgress
impl Debug for EPrintXPSJobProgress
Source§impl Hash for EPrintXPSJobProgress
impl Hash for EPrintXPSJobProgress
Source§impl PartialEq for EPrintXPSJobProgress
impl PartialEq for EPrintXPSJobProgress
impl Copy for EPrintXPSJobProgress
impl Eq for EPrintXPSJobProgress
impl StructuralPartialEq for EPrintXPSJobProgress
Auto Trait Implementations§
impl Freeze for EPrintXPSJobProgress
impl RefUnwindSafe for EPrintXPSJobProgress
impl Send for EPrintXPSJobProgress
impl Sync for EPrintXPSJobProgress
impl Unpin for EPrintXPSJobProgress
impl UnwindSafe for EPrintXPSJobProgress
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