Struct NamedDataVariableWithType
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