Set the bytes written count. # Arguments `bytes` - Number of bytes written
(mut self, bytes: u64)
| 393 | /// |
| 394 | /// * `bytes` - Number of bytes written |
| 395 | pub fn with_bytes_written(mut self, bytes: u64) -> Self { |
| 396 | self.bytes_written = bytes; |
| 397 | self |
| 398 | } |
| 399 | |
| 400 | /// Set the vertices processed count. |
| 401 | /// |
no outgoing calls