MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / fmt

Method fmt

crates/cust/src/memory/array.rs:859–861  ·  view source on GitHub ↗
(&self, f: &mut std::fmt::Formatter)

Source from the content-addressed store, hash-verified

857
858impl std::fmt::Debug for ArrayObject {
859 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
860 self.descriptor().fmt(f)
861 }
862}
863
864impl Drop for ArrayObject {

Callers

nothing calls this directly

Calls 1

descriptorMethod · 0.45

Tested by

no test coverage detected