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
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 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more