Struct windows::Graphics::Printing::Workflow::PrintWorkflowJobAbortReason
#[repr(transparent)]pub struct PrintWorkflowJobAbortReason(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PrintWorkflowJobAbortReason
impl PrintWorkflowJobAbortReason
pub const JobFailed: Self = _
pub const UserCanceled: Self = _
Trait Implementations§
§impl Clone for PrintWorkflowJobAbortReason
impl Clone for PrintWorkflowJobAbortReason
§fn clone(&self) -> PrintWorkflowJobAbortReason
fn clone(&self) -> PrintWorkflowJobAbortReason
Returns a copy 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 more§impl Debug for PrintWorkflowJobAbortReason
impl Debug for PrintWorkflowJobAbortReason
§impl Default for PrintWorkflowJobAbortReason
impl Default for PrintWorkflowJobAbortReason
§fn default() -> PrintWorkflowJobAbortReason
fn default() -> PrintWorkflowJobAbortReason
Returns the “default value” for a type. Read more
§impl PartialEq for PrintWorkflowJobAbortReason
impl PartialEq for PrintWorkflowJobAbortReason
§fn eq(&self, other: &PrintWorkflowJobAbortReason) -> bool
fn eq(&self, other: &PrintWorkflowJobAbortReason) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PrintWorkflowJobAbortReason
impl Eq for PrintWorkflowJobAbortReason
impl StructuralPartialEq for PrintWorkflowJobAbortReason
Auto Trait Implementations§
impl Freeze for PrintWorkflowJobAbortReason
impl RefUnwindSafe for PrintWorkflowJobAbortReason
impl Send for PrintWorkflowJobAbortReason
impl Sync for PrintWorkflowJobAbortReason
impl Unpin for PrintWorkflowJobAbortReason
impl UnwindSafe for PrintWorkflowJobAbortReason
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)