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