Struct rustc_mir_dataflow::framework::EffectIndex
source · pub struct EffectIndex {
statement_index: usize,
effect: Effect,
}
Fields§
§statement_index: usize
§effect: Effect
Implementations§
source§impl EffectIndex
impl EffectIndex
fn next_in_forward_order(self) -> Self
fn next_in_backward_order(self) -> Self
sourcefn precedes_in_forward_order(self, other: Self) -> bool
fn precedes_in_forward_order(self, other: Self) -> bool
Returns true
if the effect at self
should be applied earlier than the effect at other
in forward order.
sourcefn precedes_in_backward_order(self, other: Self) -> bool
fn precedes_in_backward_order(self, other: Self) -> bool
Returns true
if the effect at self
should be applied earlier than the effect at other
in backward order.
Trait Implementations§
source§impl Clone for EffectIndex
impl Clone for EffectIndex
source§fn clone(&self) -> EffectIndex
fn clone(&self) -> EffectIndex
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 EffectIndex
impl Debug for EffectIndex
source§impl PartialEq<EffectIndex> for EffectIndex
impl PartialEq<EffectIndex> for EffectIndex
source§fn eq(&self, other: &EffectIndex) -> bool
fn eq(&self, other: &EffectIndex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for EffectIndex
impl Eq for EffectIndex
impl StructuralEq for EffectIndex
impl StructuralPartialEq for EffectIndex
Auto Trait Implementations§
impl RefUnwindSafe for EffectIndex
impl Send for EffectIndex
impl Sync for EffectIndex
impl Unpin for EffectIndex
impl UnwindSafe for EffectIndex
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes