Struct windows::Graphics::Printing3D::Printing3DBufferFormat
#[repr(transparent)]pub struct Printing3DBufferFormat(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl Printing3DBufferFormat
impl Printing3DBufferFormat
pub const Unknown: Self = _
pub const R32G32B32A32Float: Self = _
pub const R32G32B32A32UInt: Self = _
pub const R32G32B32Float: Self = _
pub const R32G32B32UInt: Self = _
pub const Printing3DDouble: Self = _
pub const Printing3DUInt: Self = _
Trait Implementations§
§impl Clone for Printing3DBufferFormat
impl Clone for Printing3DBufferFormat
§fn clone(&self) -> Printing3DBufferFormat
fn clone(&self) -> Printing3DBufferFormat
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 Printing3DBufferFormat
impl Debug for Printing3DBufferFormat
§impl Default for Printing3DBufferFormat
impl Default for Printing3DBufferFormat
§fn default() -> Printing3DBufferFormat
fn default() -> Printing3DBufferFormat
Returns the “default value” for a type. Read more
§impl PartialEq for Printing3DBufferFormat
impl PartialEq for Printing3DBufferFormat
§fn eq(&self, other: &Printing3DBufferFormat) -> bool
fn eq(&self, other: &Printing3DBufferFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Printing3DBufferFormat
impl Eq for Printing3DBufferFormat
impl StructuralPartialEq for Printing3DBufferFormat
Auto Trait Implementations§
impl Freeze for Printing3DBufferFormat
impl RefUnwindSafe for Printing3DBufferFormat
impl Send for Printing3DBufferFormat
impl Sync for Printing3DBufferFormat
impl Unpin for Printing3DBufferFormat
impl UnwindSafe for Printing3DBufferFormat
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
)