#[repr(transparent)]pub struct Printing3DBufferFormat(pub i32);
Expand description
Required features: "Graphics_Printing3D"
Tuple Fields
0: i32
Implementations
impl Printing3DBufferFormat
impl Printing3DBufferFormat
pub const Unknown: Self = Self(0i32)
pub const R32G32B32A32Float: Self = Self(2i32)
pub const R32G32B32A32UInt: Self = Self(3i32)
pub const R32G32B32Float: Self = Self(6i32)
pub const R32G32B32UInt: Self = Self(7i32)
pub const Printing3DDouble: Self = Self(500i32)
pub const Printing3DUInt: Self = Self(501i32)
Trait Implementations
impl Clone for Printing3DBufferFormat
impl Clone for Printing3DBufferFormat
impl Copy for Printing3DBufferFormat
Auto Trait Implementations
impl RefUnwindSafe for Printing3DBufferFormat
impl Send for Printing3DBufferFormat
impl Sync for Printing3DBufferFormat
impl Unpin for Printing3DBufferFormat
impl UnwindSafe for Printing3DBufferFormat
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