Returns the number of leading padding bits
(&self)
| 133 | |
| 134 | /// Returns the number of leading padding bits |
| 135 | pub fn lead_padding(&self) -> usize { |
| 136 | self.lead_padding |
| 137 | } |
| 138 | |
| 139 | /// Returns the number of trailing padding bits |
| 140 | pub fn trailing_padding(&self) -> usize { |
no outgoing calls
no test coverage detected