Get the width of pointers on this target, in units of bytes.
(self)
| 274 | |
| 275 | /// Get the width of pointers on this target, in units of bytes. |
| 276 | pub fn pointer_bytes(self) -> u8 { |
| 277 | self.pointer_width.bytes() |
| 278 | } |
| 279 | } |
| 280 | |
| 281 | /// Methods that are specialized to a target ISA. |