pub(super) struct FlatBlockFinder {
a: Box<[f64]>,
a_t_a_inv: [f64; 9],
}
Fields§
§a: Box<[f64]>
§a_t_a_inv: [f64; 9]
Implementations§
Trait Implementations§
Source§impl Clone for FlatBlockFinder
impl Clone for FlatBlockFinder
Source§fn clone(&self) -> FlatBlockFinder
fn clone(&self) -> FlatBlockFinder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for FlatBlockFinder
impl RefUnwindSafe for FlatBlockFinder
impl Send for FlatBlockFinder
impl Sync for FlatBlockFinder
impl Unpin for FlatBlockFinder
impl UnwindSafe for FlatBlockFinder
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