Expand description
Address range with sub-byte pecision. Used to order instructions that don’t occupy any space in the binary (e.g. Phi).
Fields
start: u64First byte (inclusive).
end: u64Last byte (exclusive).
offset_start: usizeLogic order inside the first byte (inclusive).
offset_end: usizeLogic order inside the last byte (exclusive).
Trait Implementations
impl Eq for Area
impl StructuralEq for Area
impl StructuralPartialEq for Area
Auto Trait Implementations
impl RefUnwindSafe for Area
impl Send for Area
impl Sync for Area
impl Unpin for Area
impl UnwindSafe for Area
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.