pub struct DebugObjExport {
pub obj: String,
pub mtl: String,
}Expand description
In-memory Wavefront OBJ geometry and its companion material library.
Save obj as analytic_regions.obj and
mtl as analytic_regions.mtl in the same directory. The OBJ
contains every input triangle exactly once, partitioned into one group per
recognized region plus unresolved and unassigned groups when needed.
Fields§
§obj: StringWavefront OBJ geometry and grouping text.
mtl: StringCompanion Wavefront material-library text.
Trait Implementations§
Source§impl Clone for DebugObjExport
impl Clone for DebugObjExport
Source§fn clone(&self) -> DebugObjExport
fn clone(&self) -> DebugObjExport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DebugObjExport
impl Debug for DebugObjExport
impl Eq for DebugObjExport
Source§impl PartialEq for DebugObjExport
impl PartialEq for DebugObjExport
impl StructuralPartialEq for DebugObjExport
Auto Trait Implementations§
impl Freeze for DebugObjExport
impl RefUnwindSafe for DebugObjExport
impl Send for DebugObjExport
impl Sync for DebugObjExport
impl Unpin for DebugObjExport
impl UnsafeUnpin for DebugObjExport
impl UnwindSafe for DebugObjExport
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.