Sets the alias region that this works on to the specified `region`.
(&mut self, region: Option<AliasRegion>)
| 193 | |
| 194 | /// Sets the alias region that this works on to the specified `region`. |
| 195 | pub fn set_alias_region(&mut self, region: Option<AliasRegion>) { |
| 196 | self.region = region.into(); |
| 197 | } |
| 198 | |
| 199 | /// Set a flag bit by name. |
| 200 | /// |
no outgoing calls
no test coverage detected