Struct spirq::InterfaceVariableResolution [−][src]
pub struct InterfaceVariableResolution<'a> {
pub location: InterfaceLocation,
pub ty: &'a Type,
}Expand description
Interface variables resolution result.
Fields
location: InterfaceLocationLocation of the current interface variable. It should be noted that matrix types can take more than one location.
ty: &'a TypeType of the resolution target.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'a> RefUnwindSafe for InterfaceVariableResolution<'a>impl<'a> Send for InterfaceVariableResolution<'a>impl<'a> Sync for InterfaceVariableResolution<'a>impl<'a> Unpin for InterfaceVariableResolution<'a>impl<'a> UnwindSafe for InterfaceVariableResolution<'a>