logo
pub struct LoopControl {
Show 17 fields pub unroll: bool, pub dont_unroll: bool, pub dependency_infinite: bool, pub dependency_length: Option<u32>, pub min_iterations: Option<u32>, pub max_iterations: Option<u32>, pub iteration_multiple: Option<u32>, pub peel_count: Option<u32>, pub partial_count: Option<u32>, pub initiation_interval_intel: Option<u32>, pub max_concurrency_intel: Option<u32>, pub dependency_array_intel: Option<u32>, pub pipeline_enable_intel: Option<u32>, pub loop_coalesce_intel: Option<u32>, pub max_interleaving_intel: Option<u32>, pub speculated_iterations_intel: Option<u32>, pub no_fusion_intel: Option<u32>,
}

Fields

unroll: booldont_unroll: booldependency_infinite: booldependency_length: Option<u32>min_iterations: Option<u32>max_iterations: Option<u32>iteration_multiple: Option<u32>peel_count: Option<u32>partial_count: Option<u32>initiation_interval_intel: Option<u32>max_concurrency_intel: Option<u32>dependency_array_intel: Option<u32>pipeline_enable_intel: Option<u32>loop_coalesce_intel: Option<u32>max_interleaving_intel: Option<u32>speculated_iterations_intel: Option<u32>no_fusion_intel: Option<u32>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Builds a pointer to this type from a raw pointer.

Returns true if the size is suitable to store a type like this.

Returns the size of an individual element.

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.