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