Struct windows::Graphics::Printing3D::Printing3DObjectType
#[repr(transparent)]pub struct Printing3DObjectType(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for Printing3DObjectType
impl Clone for Printing3DObjectType
§fn clone(&self) -> Printing3DObjectType
fn clone(&self) -> Printing3DObjectType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for Printing3DObjectType
impl Debug for Printing3DObjectType
§impl Default for Printing3DObjectType
impl Default for Printing3DObjectType
§fn default() -> Printing3DObjectType
fn default() -> Printing3DObjectType
Returns the “default value” for a type. Read more
§impl PartialEq for Printing3DObjectType
impl PartialEq for Printing3DObjectType
§fn eq(&self, other: &Printing3DObjectType) -> bool
fn eq(&self, other: &Printing3DObjectType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Printing3DObjectType
impl Eq for Printing3DObjectType
impl StructuralPartialEq for Printing3DObjectType
Auto Trait Implementations§
impl Freeze for Printing3DObjectType
impl RefUnwindSafe for Printing3DObjectType
impl Send for Printing3DObjectType
impl Sync for Printing3DObjectType
impl Unpin for Printing3DObjectType
impl UnwindSafe for Printing3DObjectType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)