pub struct AddressDisplacement {
pub sign: AddressSign,
pub kind: AddressDisplacementKind,
}Expand description
Additional components that adjust an address expression relative to its base.
Fields§
§sign: AddressSign§kind: AddressDisplacementKindTrait Implementations§
Source§impl Clone for AddressDisplacement
impl Clone for AddressDisplacement
Source§fn clone(&self) -> AddressDisplacement
fn clone(&self) -> AddressDisplacement
Returns a duplicate 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 AddressDisplacement
impl Debug for AddressDisplacement
Source§impl PartialEq for AddressDisplacement
impl PartialEq for AddressDisplacement
impl Eq for AddressDisplacement
impl StructuralPartialEq for AddressDisplacement
Auto Trait Implementations§
impl Freeze for AddressDisplacement
impl RefUnwindSafe for AddressDisplacement
impl Send for AddressDisplacement
impl Sync for AddressDisplacement
impl Unpin for AddressDisplacement
impl UnwindSafe for AddressDisplacement
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