pub struct StlReadResult {
pub tri_count: u32,
pub positions: Vec<f64>,
}Fields§
§tri_count: u32§positions: Vec<f64>Trait Implementations§
Source§impl Clone for StlReadResult
impl Clone for StlReadResult
Source§fn clone(&self) -> StlReadResult
fn clone(&self) -> StlReadResult
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 StlReadResult
impl Debug for StlReadResult
Auto Trait Implementations§
impl Freeze for StlReadResult
impl RefUnwindSafe for StlReadResult
impl Send for StlReadResult
impl Sync for StlReadResult
impl Unpin for StlReadResult
impl UnsafeUnpin for StlReadResult
impl UnwindSafe for StlReadResult
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