Set the `aligned` flag, returning new flags.
(mut self)
| 337 | |
| 338 | /// Set the `aligned` flag, returning new flags. |
| 339 | pub const fn with_aligned(mut self) -> Self { |
| 340 | self.flags = self.flags.with_aligned(); |
| 341 | self |
| 342 | } |
| 343 | |
| 344 | /// Test if the `readonly` flag is set. |
| 345 | /// |
no outgoing calls
no test coverage detected