pub struct DimISpan {
pub name: SymbolKey,
pub shared: bool,
pub vtype: ExprType,
}
Expand description
Components of a variable definition.
Fields§
§name: SymbolKey
Name of the variable to define.
Whether the variable is global or not.
vtype: ExprType
Type of the variable to be defined.
Trait Implementations§
impl StructuralPartialEq for DimISpan
Auto Trait Implementations§
impl Freeze for DimISpan
impl RefUnwindSafe for DimISpan
impl Send for DimISpan
impl Sync for DimISpan
impl Unpin for DimISpan
impl UnwindSafe for DimISpan
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