pub struct NeonBackend;Expand description
NEON SpMV backend stub (aarch64).
Trait Implementations§
Source§impl SparseBackend for NeonBackend
Available on AArch64 only.
impl SparseBackend for NeonBackend
Available on AArch64 only.
Auto Trait Implementations§
impl Freeze for NeonBackend
impl RefUnwindSafe for NeonBackend
impl Send for NeonBackend
impl Sync for NeonBackend
impl Unpin for NeonBackend
impl UnsafeUnpin for NeonBackend
impl UnwindSafe for NeonBackend
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