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