Struct windows_sys::Devices::Printers::Extensions::Print3DWorkflowStatus
[−]#[repr(transparent)]pub struct Print3DWorkflowStatus(pub i32);
Expand description
Required features: "Devices_Printers_Extensions"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for Print3DWorkflowStatus
impl Clone for Print3DWorkflowStatus
impl Copy for Print3DWorkflowStatus
Auto Trait Implementations
impl RefUnwindSafe for Print3DWorkflowStatus
impl Send for Print3DWorkflowStatus
impl Sync for Print3DWorkflowStatus
impl Unpin for Print3DWorkflowStatus
impl UnwindSafe for Print3DWorkflowStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more