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