pub struct DataVariable {
pub address: u64,
pub ty: Conf<Ref<Type>>,
pub auto_discovered: bool,
}
Fields§
§address: u64
§ty: Conf<Ref<Type>>
§auto_discovered: bool
Implementations§
Trait Implementations§
source§impl Clone for DataVariable
impl Clone for DataVariable
source§fn clone(&self) -> DataVariable
fn clone(&self) -> DataVariable
Returns a copy 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 CoreArrayProvider for DataVariable
impl CoreArrayProvider for DataVariable
source§impl Debug for DataVariable
impl Debug for DataVariable
source§impl Hash for DataVariable
impl Hash for DataVariable
source§impl PartialEq for DataVariable
impl PartialEq for DataVariable
impl Eq for DataVariable
impl StructuralPartialEq for DataVariable
Auto Trait Implementations§
impl Freeze for DataVariable
impl RefUnwindSafe for DataVariable
impl Send for DataVariable
impl Sync for DataVariable
impl Unpin for DataVariable
impl UnwindSafe for DataVariable
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