pub struct Nlist {
pub node: usize,
pub x: f32,
pub y: f32,
pub z: f32,
pub thxy: f32,
pub thyz: f32,
pub thzx: f32,
}Fields§
§node: usize§x: f32§y: f32§z: f32§thxy: f32§thyz: f32§thzx: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Nlist
impl RefUnwindSafe for Nlist
impl Send for Nlist
impl Sync for Nlist
impl Unpin for Nlist
impl UnsafeUnpin for Nlist
impl UnwindSafe for Nlist
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