Home
last modified time | relevance | path

Searched defs:PhysicalMapping (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/acpi/src/
Dhandler.rs8 pub struct PhysicalMapping<H, T> struct
19 impl<H, T> fmt::Debug for PhysicalMapping<H, T> argument
34 impl<H, T> PhysicalMapping<H, T> implementation
89 unsafe impl<H: AcpiHandler + Send, T: Send> Send for PhysicalMapping<H, T> {} implementation
91 impl<H, T> Deref for PhysicalMapping<H, T> implementation
103 impl<H, T> DerefMut for PhysicalMapping<H, T> implementation
113 impl<H, T> Drop for PhysicalMapping<H, T> implementation