Struct cubecl_cuda::compiler::InstructionSettings
source · pub struct InstructionSettings {
pub native_vec4: bool,
pub native_vec3: bool,
pub native_vec2: bool,
}
Fields§
§native_vec4: bool
§native_vec3: bool
§native_vec2: bool
Trait Implementations§
source§impl Debug for InstructionSettings
impl Debug for InstructionSettings
source§impl Default for InstructionSettings
impl Default for InstructionSettings
source§fn default() -> InstructionSettings
fn default() -> InstructionSettings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InstructionSettings
impl RefUnwindSafe for InstructionSettings
impl Send for InstructionSettings
impl Sync for InstructionSettings
impl Unpin for InstructionSettings
impl UnwindSafe for InstructionSettings
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