pub struct ValueLocationComponent {
pub variable: Variable,
pub offset: i64,
pub size: Option<u64>,
}Fields§
§variable: Variable§offset: i64§size: Option<u64>Trait Implementations§
Source§impl Clone for ValueLocationComponent
impl Clone for ValueLocationComponent
Source§fn clone(&self) -> ValueLocationComponent
fn clone(&self) -> ValueLocationComponent
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 ValueLocationComponent
impl Debug for ValueLocationComponent
Source§impl Hash for ValueLocationComponent
impl Hash for ValueLocationComponent
Source§impl PartialEq for ValueLocationComponent
impl PartialEq for ValueLocationComponent
impl Eq for ValueLocationComponent
impl StructuralPartialEq for ValueLocationComponent
Auto Trait Implementations§
impl Freeze for ValueLocationComponent
impl RefUnwindSafe for ValueLocationComponent
impl Send for ValueLocationComponent
impl Sync for ValueLocationComponent
impl Unpin for ValueLocationComponent
impl UnwindSafe for ValueLocationComponent
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