pub struct LoopControl(/* private fields */);Implementations§
Source§impl LoopControl
impl LoopControl
pub const NONE: Self
pub const UNROLL: Self
pub const DONT_UNROLL: Self
pub const DEPENDENCY_INFINITE: Self
pub const DEPENDENCY_LENGTH: Self
pub const MIN_ITERATIONS: Self
pub const MAX_ITERATIONS: Self
pub const ITERATION_MULTIPLE: Self
pub const PEEL_COUNT: Self
pub const PARTIAL_COUNT: Self
pub const INITIATION_INTERVAL_ALTERA: Self
pub const MAX_CONCURRENCY_ALTERA: Self
pub const DEPENDENCY_ARRAY_ALTERA: Self
pub const PIPELINE_ENABLE_ALTERA: Self
pub const LOOP_COALESCE_ALTERA: Self
pub const MAX_INTERLEAVING_ALTERA: Self
pub const SPECULATED_ITERATIONS_ALTERA: Self
pub const NO_FUSION_ALTERA: Self
pub const LOOP_COUNT_ALTERA: Self
pub const MAX_REINVOCATION_DELAY_ALTERA: Self
Trait Implementations§
Source§impl BitAnd for LoopControl
impl BitAnd for LoopControl
Source§impl BitOr for LoopControl
impl BitOr for LoopControl
Source§impl Clone for LoopControl
impl Clone for LoopControl
Source§fn clone(&self) -> LoopControl
fn clone(&self) -> LoopControl
Returns a duplicate 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 LoopControl
impl Debug for LoopControl
Source§impl Display for LoopControl
impl Display for LoopControl
Source§impl PartialEq for LoopControl
impl PartialEq for LoopControl
impl Copy for LoopControl
impl Eq for LoopControl
impl StructuralPartialEq for LoopControl
Auto Trait Implementations§
impl Freeze for LoopControl
impl RefUnwindSafe for LoopControl
impl Send for LoopControl
impl Sync for LoopControl
impl Unpin for LoopControl
impl UnsafeUnpin for LoopControl
impl UnwindSafe for LoopControl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'a, T> WordExt<'a> for Twhere
T: Word,
impl<'a, T> WordExt<'a> for Twhere
T: Word,
Source§fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
fn parse_one(stream: &mut InstructionStream<'a>) -> ParseResult<Self>
Parses one word.
Source§fn parse_optional(
stream: &mut InstructionStream<'a>,
) -> ParseResult<Option<Self>>
fn parse_optional( stream: &mut InstructionStream<'a>, ) -> ParseResult<Option<Self>>
Tries to optionally parse one word.
Source§fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
fn parse_eos(stream: &mut InstructionStream<'a>) -> ParseResult<&'a [Self]>
Parses words until the end of the stream.