pub struct IamaxRequest<T: AxpyDotNrm2Supported> {
pub n: i32,
pub x: GpuRef<T>,
pub incx: i32,
pub reply: Sender<Result<i32, GpuError>>,
}Fields§
§n: i32§x: GpuRef<T>§incx: i32§reply: Sender<Result<i32, GpuError>>Trait Implementations§
Source§impl BlasL1Dispatch for IamaxRequest<f32>
impl BlasL1Dispatch for IamaxRequest<f32>
Source§impl BlasL1Dispatch for IamaxRequest<f64>
impl BlasL1Dispatch for IamaxRequest<f64>
Auto Trait Implementations§
impl<T> Freeze for IamaxRequest<T>
impl<T> !RefUnwindSafe for IamaxRequest<T>
impl<T> Send for IamaxRequest<T>
impl<T> Sync for IamaxRequest<T>
impl<T> Unpin for IamaxRequest<T>
impl<T> UnsafeUnpin for IamaxRequest<T>
impl<T> !UnwindSafe for IamaxRequest<T>
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