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