Enum rustc_mir_transform::ssa::LocationExtended
source · enum LocationExtended {
Plain(Location),
Arg,
}
Variants§
Trait Implementations§
source§impl Clone for LocationExtended
impl Clone for LocationExtended
source§fn clone(&self) -> LocationExtended
fn clone(&self) -> LocationExtended
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LocationExtended
impl Debug for LocationExtended
source§impl PartialEq<LocationExtended> for LocationExtended
impl PartialEq<LocationExtended> for LocationExtended
source§fn eq(&self, other: &LocationExtended) -> bool
fn eq(&self, other: &LocationExtended) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LocationExtended
impl Eq for LocationExtended
impl StructuralEq for LocationExtended
impl StructuralPartialEq for LocationExtended
Auto Trait Implementations§
impl RefUnwindSafe for LocationExtended
impl Send for LocationExtended
impl Sync for LocationExtended
impl Unpin for LocationExtended
impl UnwindSafe for LocationExtended
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
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: 16 bytes
Size for each variant:
Plain
: 16 bytesArg
: 0 bytes