Set the `can_move` flag, returning new flags.
(mut self)
| 317 | |
| 318 | /// Set the `can_move` flag, returning new flags. |
| 319 | pub const fn with_can_move(mut self) -> Self { |
| 320 | self.flags = self.flags.with_can_move(); |
| 321 | self |
| 322 | } |
| 323 | |
| 324 | /// Test if the `aligned` flag is set. |
| 325 | /// |
no outgoing calls
no test coverage detected