Enum rustc_mir_build::build::scope::BreakableTarget [−][src]
Expand description
The target of an expression that breaks out of a scope
Variants
Continue(Scope)
Tuple Fields of Continue
0: Scope
Break(Scope)
Tuple Fields of Break
0: Scope
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BreakableTarget
impl Send for BreakableTarget
impl Sync for BreakableTarget
impl Unpin for BreakableTarget
impl UnwindSafe for BreakableTarget
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: 12 bytes
Size for each variant:
Continue
: 8 bytesBreak
: 8 bytesReturn
: 0 bytes