Struct assembly_fdb_core::value::file::IndirectValue
source · [−]pub struct IndirectValue {
pub addr: u32,
}
Expand description
An indirect value in the file
Fields
addr: u32
The base of the value
Trait Implementations
sourceimpl Clone for IndirectValue
impl Clone for IndirectValue
sourcefn clone(&self) -> IndirectValue
fn clone(&self) -> IndirectValue
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IndirectValue
impl Debug for IndirectValue
sourceimpl PartialEq<IndirectValue> for IndirectValue
impl PartialEq<IndirectValue> for IndirectValue
sourcefn eq(&self, other: &IndirectValue) -> bool
fn eq(&self, other: &IndirectValue) -> bool
impl Copy for IndirectValue
impl Eq for IndirectValue
impl StructuralEq for IndirectValue
impl StructuralPartialEq for IndirectValue
Auto Trait Implementations
impl RefUnwindSafe for IndirectValue
impl Send for IndirectValue
impl Sync for IndirectValue
impl Unpin for IndirectValue
impl UnwindSafe for IndirectValue
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