pub struct MtlEncoder { /* private fields */ }Expand description
Standalone MTL encoder — serialises only the Scene3D::materials
vector (and any oxideav_mesh3d::Textures referenced by them).
Implementations§
Source§impl MtlEncoder
impl MtlEncoder
Trait Implementations§
Source§impl Debug for MtlEncoder
impl Debug for MtlEncoder
Source§impl Default for MtlEncoder
impl Default for MtlEncoder
Source§fn default() -> MtlEncoder
fn default() -> MtlEncoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MtlEncoder
impl RefUnwindSafe for MtlEncoder
impl Send for MtlEncoder
impl Sync for MtlEncoder
impl Unpin for MtlEncoder
impl UnsafeUnpin for MtlEncoder
impl UnwindSafe for MtlEncoder
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