pub struct NRM2_<'x, F>where
F: NRM2Num,{
pub x: ArrayView1<'x, F>,
}
Fields§
§x: ArrayView1<'x, F>
Implementations§
Auto Trait Implementations§
impl<'x, F> Freeze for NRM2_<'x, F>
impl<'x, F> RefUnwindSafe for NRM2_<'x, F>where
F: RefUnwindSafe,
impl<'x, F> Send for NRM2_<'x, F>where
F: Sync,
impl<'x, F> Sync for NRM2_<'x, F>where
F: Sync,
impl<'x, F> Unpin for NRM2_<'x, F>
impl<'x, F> UnwindSafe for NRM2_<'x, F>where
F: RefUnwindSafe,
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