pub struct DirectVariable {
pub location: LocationPrefix,
pub size: SizePrefix,
pub address: Vec<u32>,
}Fields§
§location: LocationPrefix§size: SizePrefix§address: Vec<u32>Trait Implementations§
Source§impl Clone for DirectVariable
impl Clone for DirectVariable
Source§fn clone(&self) -> DirectVariable
fn clone(&self) -> DirectVariable
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 DirectVariable
impl Debug for DirectVariable
Source§impl Display for DirectVariable
impl Display for DirectVariable
Source§impl PartialEq for DirectVariable
impl PartialEq for DirectVariable
impl StructuralPartialEq for DirectVariable
Auto Trait Implementations§
impl Freeze for DirectVariable
impl RefUnwindSafe for DirectVariable
impl Send for DirectVariable
impl Sync for DirectVariable
impl Unpin for DirectVariable
impl UnwindSafe for DirectVariable
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