Enum rustc_mir_dataflow::move_paths::InitLocation [−][src]
Expand description
Initializations can be from an argument or from a statement. Arguments
do not have locations, in those cases the Local
is kept..
Variants
Argument(Local)
Tuple Fields of Argument
0: Local
Statement(Location)
Tuple Fields of Statement
0: Location
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InitLocation
impl Send for InitLocation
impl Sync for InitLocation
impl Unpin for InitLocation
impl UnwindSafe for InitLocation
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:
Argument
: 4 bytesStatement
: 20 bytes