Enum rustc_mir_dataflow::elaborate_drops::Unwind [−][src]
pub enum Unwind {
To(BasicBlock),
InCleanup,
}
Expand description
Describes if unwinding is necessary and where to unwind to if a panic occurs.
Variants
To(BasicBlock)
Unwind to this block.
Tuple Fields of To
0: BasicBlock
Already in an unwind path, any panic will cause an abort.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Unwind
impl UnwindSafe for Unwind
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: 4 bytes
Size for each variant:
To
: 4 bytesInCleanup
: 0 bytes