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