Enum rustc_expand::hygiene::ForLoopLoc [−][src]
pub enum ForLoopLoc {
Head,
IntoIter,
}
Expand description
A location in the desugaring of a for
loop
Variants
Auto Trait Implementations
impl RefUnwindSafe for ForLoopLoc
impl Send for ForLoopLoc
impl Sync for ForLoopLoc
impl Unpin for ForLoopLoc
impl UnwindSafe for ForLoopLoc
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: 1 byte
Size for each variant:
Head
: 0 bytesIntoIter
: 0 bytes