Returns the number of trailing padding bits
(&self)
| 138 | |
| 139 | /// Returns the number of trailing padding bits |
| 140 | pub fn trailing_padding(&self) -> usize { |
| 141 | self.trailing_padding |
| 142 | } |
| 143 | |
| 144 | /// Returns the prefix, if any |
| 145 | pub fn prefix(&self) -> Option<u64> { |
no outgoing calls
no test coverage detected