Checks if a particular `Cap` is available.
(&self, c: Cap)
| 591 | } |
| 592 | /// Checks if a particular `Cap` is available. |
| 593 | pub fn check_extension(&self, c: Cap) -> bool { |
| 594 | self.fd.check_extension(c) |
| 595 | } |
| 596 | |
| 597 | #[cfg(target_arch = "x86_64")] |
| 598 | /// Translates the MSI extended destination ID bits according to the logic |
no outgoing calls
no test coverage detected