pub struct NVectorSerialHeapAllocated<const SIZE: usize> { /* private fields */ }
Expand description
An owning pointer to a sundials NVectorSerial
on the heap.
Implementations§
Methods from Deref<Target = NVectorSerial<SIZE>>§
Trait Implementations§
Source§impl<const SIZE: usize> Debug for NVectorSerialHeapAllocated<SIZE>
impl<const SIZE: usize> Debug for NVectorSerialHeapAllocated<SIZE>
Source§impl<const SIZE: usize> Deref for NVectorSerialHeapAllocated<SIZE>
impl<const SIZE: usize> Deref for NVectorSerialHeapAllocated<SIZE>
Source§impl<const SIZE: usize> DerefMut for NVectorSerialHeapAllocated<SIZE>
impl<const SIZE: usize> DerefMut for NVectorSerialHeapAllocated<SIZE>
Auto Trait Implementations§
impl<const SIZE: usize> Freeze for NVectorSerialHeapAllocated<SIZE>
impl<const SIZE: usize> RefUnwindSafe for NVectorSerialHeapAllocated<SIZE>
impl<const SIZE: usize> !Send for NVectorSerialHeapAllocated<SIZE>
impl<const SIZE: usize> !Sync for NVectorSerialHeapAllocated<SIZE>
impl<const SIZE: usize> Unpin for NVectorSerialHeapAllocated<SIZE>
impl<const SIZE: usize> UnwindSafe for NVectorSerialHeapAllocated<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