pub struct NVectorSerial<const SIZE: usize> { /* private fields */ }
Expand description
A sundials N_Vector_Serial
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const SIZE: usize> Freeze for NVectorSerial<SIZE>
impl<const SIZE: usize> RefUnwindSafe for NVectorSerial<SIZE>
impl<const SIZE: usize> !Send for NVectorSerial<SIZE>
impl<const SIZE: usize> !Sync for NVectorSerial<SIZE>
impl<const SIZE: usize> Unpin for NVectorSerial<SIZE>
impl<const SIZE: usize> UnwindSafe for NVectorSerial<SIZE>
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