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