Struct windows_sys::Devices::Printers::Extensions::Print3DWorkflowDetail
[−]#[repr(transparent)]pub struct Print3DWorkflowDetail(pub i32);Expand description
Required features: "Devices_Printers_Extensions"
Tuple Fields
0: i32Implementations
impl Print3DWorkflowDetail
impl Print3DWorkflowDetail
pub const Unknown: Self
pub const ModelExceedsPrintBed: Self
pub const UploadFailed: Self
pub const InvalidMaterialSelection: Self
pub const InvalidModel: Self
pub const ModelNotManifold: Self
pub const InvalidPrintTicket: Self
Trait Implementations
impl Clone for Print3DWorkflowDetail
impl Clone for Print3DWorkflowDetail
impl Copy for Print3DWorkflowDetail
Auto Trait Implementations
impl RefUnwindSafe for Print3DWorkflowDetail
impl Send for Print3DWorkflowDetail
impl Sync for Print3DWorkflowDetail
impl Unpin for Print3DWorkflowDetail
impl UnwindSafe for Print3DWorkflowDetail
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