pub struct MatmulOpt {
pub workgroup_size_x_and_y: u32,
}Fields§
§workgroup_size_x_and_y: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatmulOpt
impl RefUnwindSafe for MatmulOpt
impl Send for MatmulOpt
impl Sync for MatmulOpt
impl Unpin for MatmulOpt
impl UnwindSafe for MatmulOpt
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