Searched refs:pipeline_properties_identifier (Results 1 – 2 of 2) sorted by relevance
384 pub pipeline_properties_identifier: bool, field2416 if self.pipeline_properties_identifier { in check_requirements()2417 if !supported.pipeline_properties_identifier { in check_requirements()4409 pipeline_properties_identifier: false, in empty()4785 pipeline_properties_identifier: true, in all()5210 || (self.pipeline_properties_identifier && other.pipeline_properties_identifier) in intersects()5692 && (self.pipeline_properties_identifier || !other.pipeline_properties_identifier) in contains()6257 pipeline_properties_identifier: self.pipeline_properties_identifier in union()6258 || other.pipeline_properties_identifier, in union()6917 pipeline_properties_identifier: self.pipeline_properties_identifier in intersection()[all …]
69252 pub pipeline_properties_identifier: Bool32, field69260 pipeline_properties_identifier: Bool32::default(), in default()69301 pub fn pipeline_properties_identifier(mut self, pipeline_properties_identifier: bool) -> Self { in pipeline_properties_identifier() method69302 self.inner.pipeline_properties_identifier = pipeline_properties_identifier.into(); in pipeline_properties_identifier()