Searched defs:DeviceMemoryMapping (Results 1 – 1 of 1) sorted by relevance
804 unsafe impl Send for DeviceMemoryMapping {} implementation805 unsafe impl Sync for DeviceMemoryMapping {} implementation810 pub struct DeviceMemoryMapping { struct817 impl DeviceMemoryMapping { argument825 ) -> Result<DeviceMemoryMapping, DeviceMemoryAllocError> { in new()913 impl Drop for DeviceMemoryMapping { implementation