Struct windows::Graphics::Printing::Workflow::PrintWorkflowJobIssueKind
#[repr(transparent)]pub struct PrintWorkflowJobIssueKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PrintWorkflowJobIssueKind
impl PrintWorkflowJobIssueKind
pub const Other: Self = _
pub const AttentionRequired: Self = _
pub const DoorOpen: Self = _
pub const MarkerSupplyLow: Self = _
pub const MarkerSupplyEmpty: Self = _
pub const MediaJam: Self = _
pub const MediaEmpty: Self = _
pub const MediaLow: Self = _
pub const OutputAreaAlmostFull: Self = _
pub const OutputAreaFull: Self = _
pub const JobPrintingError: Self = _
Trait Implementations§
§impl Clone for PrintWorkflowJobIssueKind
impl Clone for PrintWorkflowJobIssueKind
§fn clone(&self) -> PrintWorkflowJobIssueKind
fn clone(&self) -> PrintWorkflowJobIssueKind
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 PrintWorkflowJobIssueKind
impl Debug for PrintWorkflowJobIssueKind
§impl Default for PrintWorkflowJobIssueKind
impl Default for PrintWorkflowJobIssueKind
§fn default() -> PrintWorkflowJobIssueKind
fn default() -> PrintWorkflowJobIssueKind
Returns the “default value” for a type. Read more
§impl PartialEq for PrintWorkflowJobIssueKind
impl PartialEq for PrintWorkflowJobIssueKind
§fn eq(&self, other: &PrintWorkflowJobIssueKind) -> bool
fn eq(&self, other: &PrintWorkflowJobIssueKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PrintWorkflowJobIssueKind
impl Eq for PrintWorkflowJobIssueKind
impl StructuralPartialEq for PrintWorkflowJobIssueKind
Auto Trait Implementations§
impl Freeze for PrintWorkflowJobIssueKind
impl RefUnwindSafe for PrintWorkflowJobIssueKind
impl Send for PrintWorkflowJobIssueKind
impl Sync for PrintWorkflowJobIssueKind
impl Unpin for PrintWorkflowJobIssueKind
impl UnwindSafe for PrintWorkflowJobIssueKind
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
)