pub enum Location {
Call(Call),
NearCall(Call),
PatchableJump(PatchableJump),
Label(Label),
DataLabelPtr(DataLabelPtr),
DataLabel32(DataLabel32),
DataLabelCompact(DataLabelCompact),
ConvertibleLoadLabel(ConvertibleLoadLabel),
}
Variants§
Call(Call)
NearCall(Call)
PatchableJump(PatchableJump)
Label(Label)
DataLabelPtr(DataLabelPtr)
DataLabel32(DataLabel32)
DataLabelCompact(DataLabelCompact)
ConvertibleLoadLabel(ConvertibleLoadLabel)
Trait Implementations§
Source§impl Into<Location> for ConvertibleLoadLabel
impl Into<Location> for ConvertibleLoadLabel
Source§impl Into<Location> for DataLabel32
impl Into<Location> for DataLabel32
Source§impl Into<Location> for DataLabelCompact
impl Into<Location> for DataLabelCompact
Source§impl Into<Location> for DataLabelPtr
impl Into<Location> for DataLabelPtr
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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