MCPcopy Create free account
hub / github.com/evilsocket/cake / fmt

Method fmt

cake-core/src/backends/vulkan/mod.rs:150–154  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

148
149impl std::fmt::Debug for VulkanBackend {
150 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
151 f.debug_struct("VulkanBackend")
152 .field("device", &"vulkan/ash")
153 .finish()
154 }
155}
156
157impl VulkanBackend {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected