Struct rustc_mir_dataflow::framework::cursor::CursorPosition [−][src]
struct CursorPosition {
block: BasicBlock,
curr_effect_index: Option<EffectIndex>,
}
Fields
block: BasicBlock
curr_effect_index: Option<EffectIndex>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CursorPosition
impl Send for CursorPosition
impl Sync for CursorPosition
impl Unpin for CursorPosition
impl UnwindSafe for CursorPosition
Blanket Implementations
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: 24 bytes