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