Struct windows_sys::Devices::Printers::Extensions::Print3DWorkflowDetail
[−]#[repr(transparent)]pub struct Print3DWorkflowDetail(pub i32);
Expand description
Required features: "Devices_Printers_Extensions"
Tuple Fields
0: i32
Implementations
impl Print3DWorkflowDetail
impl Print3DWorkflowDetail
pub const Unknown: Self = Self(0i32)
pub const ModelExceedsPrintBed: Self = Self(1i32)
pub const UploadFailed: Self = Self(2i32)
pub const InvalidMaterialSelection: Self = Self(3i32)
pub const InvalidModel: Self = Self(4i32)
pub const ModelNotManifold: Self = Self(5i32)
pub const InvalidPrintTicket: Self = Self(6i32)
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