Struct rustc_mir_dataflow::framework::EffectIndex
source · Fields
statement_index: usize
effect: Effect
Implementations
sourceimpl 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
sourceimpl Clone for EffectIndex
impl Clone for EffectIndex
sourcefn clone(&self) -> EffectIndex
fn clone(&self) -> EffectIndex
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EffectIndex
impl Debug for EffectIndex
sourceimpl PartialEq<EffectIndex> for EffectIndex
impl PartialEq<EffectIndex> for EffectIndex
sourcefn eq(&self, other: &EffectIndex) -> bool
fn eq(&self, other: &EffectIndex) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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