Struct windows_sys::Graphics::Printing3D::Print3DTaskDetail
[−]#[repr(transparent)]pub struct Print3DTaskDetail(pub i32);
Expand description
Required features: "Graphics_Printing3D"
Tuple Fields
0: i32
Implementations
impl Print3DTaskDetail
impl Print3DTaskDetail
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 Print3DTaskDetail
impl Clone for Print3DTaskDetail
impl Copy for Print3DTaskDetail
Auto Trait Implementations
impl RefUnwindSafe for Print3DTaskDetail
impl Send for Print3DTaskDetail
impl Sync for Print3DTaskDetail
impl Unpin for Print3DTaskDetail
impl UnwindSafe for Print3DTaskDetail
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