pub struct ArgmaxRowsOp {
pub m: usize,
pub n: usize,
}Fields§
§m: usize§n: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArgmaxRowsOp
impl RefUnwindSafe for ArgmaxRowsOp
impl Send for ArgmaxRowsOp
impl Sync for ArgmaxRowsOp
impl Unpin for ArgmaxRowsOp
impl UnsafeUnpin for ArgmaxRowsOp
impl UnwindSafe for ArgmaxRowsOp
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