Struct spirq::PushConstantResolution [−][src]
pub struct PushConstantResolution<'a> {
pub ty: &'a Type,
pub member_var_res: Option<MemberVariableResolution<'a>>,
}Expand description
Push constant resolution result.
Fields
ty: &'a TypeType of the push constant block. This is expected to be struct.
member_var_res: Option<MemberVariableResolution<'a>>Resolution of a variable in the push constant block, if the resolution doesn’t end at the block.
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 PushConstantResolution<'a>impl<'a> Send for PushConstantResolution<'a>impl<'a> Sync for PushConstantResolution<'a>impl<'a> Unpin for PushConstantResolution<'a>impl<'a> UnwindSafe for PushConstantResolution<'a>