pub struct CompilationOptions {
pub warp_size: u32,
pub grid_constants: bool,
pub supports_clusters: bool,
}
Fields§
§warp_size: u32
§grid_constants: bool
§supports_clusters: bool
Trait Implementations§
Source§impl Clone for CompilationOptions
impl Clone for CompilationOptions
Source§fn clone(&self) -> CompilationOptions
fn clone(&self) -> CompilationOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CompilationOptions
impl Debug for CompilationOptions
Auto Trait Implementations§
impl Freeze for CompilationOptions
impl RefUnwindSafe for CompilationOptions
impl Send for CompilationOptions
impl Sync for CompilationOptions
impl Unpin for CompilationOptions
impl UnwindSafe for CompilationOptions
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