Enum rustc_borrowck::location::RichLocation [−][src]
Variants
Start(Location)
Tuple Fields of Start
0: Location
Mid(Location)
Tuple Fields of Mid
0: Location
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RichLocation
impl Send for RichLocation
impl Sync for RichLocation
impl Unpin for RichLocation
impl UnwindSafe for RichLocation
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
Size for each variant:
Start
: 16 bytesMid
: 16 bytes