Struct Printing3DBufferFormat
#[repr(transparent)]pub struct Printing3DBufferFormat(pub i32);Tuple Fields§
§0: i32Implementations§
§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 duplicate 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
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