Struct minitpr::structures::SimBox
source · pub struct SimBox {
pub simbox: [[f64; 3]; 3],
pub simbox_rel: [[f64; 3]; 3],
pub simbox_v: [[f64; 3]; 3],
}
Expand description
Structure representing simulation box dimensions.
Fields§
§simbox: [[f64; 3]; 3]
§simbox_rel: [[f64; 3]; 3]
§simbox_v: [[f64; 3]; 3]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SimBox
impl Send for SimBox
impl Sync for SimBox
impl Unpin for SimBox
impl UnwindSafe for SimBox
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