#[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
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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more